ADD file via upload

main
ppqz7ofga 7 months ago
parent ae8f48a8f5
commit 8bb0656008

@ -0,0 +1,9 @@
import pygame
from Constant import LOG
# 植物类
class Plant(pygame.sprite.Sprite):
def __init__(self):
super(Plant, self).__init__()
self.live = True
Loading…
Cancel
Save