示例#1
0
文件: goalie.py 项目: Schubes/FootSim
 def update(self, grandObserver):
     self.makeAction(grandObserver)
     AbstractPlayer.update(self)
示例#2
0
 def update(self, grandObserver):
     """ This nethod is called by matchturn using existing pygame.sprite implementation"""
     self.homePosition.update()
     self.makeAction(grandObserver)
     AbstractPlayer.update(self)