historical/toontown-classic.git/otp/distributed/DistributedTestObjectAI.py
2024-01-16 11:20:27 -06:00

33 lines
671 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedTestObjectAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedTestObjectAI")
def setParentingRules(self, todo0, todo1):
pass
def setRequiredField(self, todo0):
pass
def setB(self, todo0):
pass
def setBA(self, todo0):
pass
def setBO(self, todo0):
pass
def setBR(self, todo0):
pass
def setBRA(self, todo0):
pass
def setBRO(self, todo0):
pass
def setBROA(self, todo0):
pass