@ -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