historical/toontown-classic.git/toontown/partiesolder/DistributedPartyAI.py
2024-01-16 11:20:27 -06:00

30 lines
681 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedPartyAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPartyAI")
def setPartyClockInfo(self, todo0, todo1, todo2):
pass
def setInviteeIds(self, todo0):
pass
def setPartyState(self, todo0):
pass
def setPartyInfoTuple(self, todo0):
pass
def setAvIdsAtParty(self, todo0):
pass
def setPartyStartedTime(self, todo0):
pass
def setHostName(self, todo0):
pass
def avIdEnteredParty(self, todo0):
pass