def startActive(self, data):
     self.cogDistances = [0, 0, 0]
     self.scores = {}
     DistributedPartyTeamActivityAI.startActive(self, data)
예제 #2
0
 def startActive(self, data):
     self.cogDistances = [0, 0, 0]
     self.scores = {}
     DistributedPartyTeamActivityAI.startActive(self, data)
예제 #3
0
 def startActive(self, data):
     self.forces = {}
     self.pos = 0
     self._hasFall = 0
     DistributedPartyTeamActivityAI.startActive(self, data)
 def startActive(self, data):
     self.forces = {}
     self.pos = 0
     self._hasFall = 0
     DistributedPartyTeamActivityAI.startActive(self, data)