Poodletooth-iLand/toontown/parties/DistributedPartyTugOfWarActivityAI.py
John 35b646c4e6 Revert "Spring cleaning"
This reverts commit 1e4bad8c6b.
2015-06-16 20:26:44 +03:00

21 lines
600 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
from toontown.parties.DistributedPartyTeamActivityAI import DistributedPartyTeamActivityAI
class DistributedPartyTugOfWarActivityAI(DistributedPartyTeamActivityAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyTugOfWarActivityAI")
def reportKeyRateForce(self, todo0, todo1):
pass
def reportFallIn(self, todo0):
pass
def setToonsPlaying(self, todo0, todo1):
pass
def updateToonKeyRate(self, todo0, todo1):
pass
def updateToonPositions(self, todo0):
pass