def __init__(self):
self.BaseTime = 0
self.List = []
self.finder = {}
self.TASKREADY = pygame.event.Event(pygame.USEREVENT,
{}) # todo think this could just be the int constant and remove .type below where used
评论列表
文章目录