예제 #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)