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

12 lines
360 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedBlackCatMgrAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedBlackCatMgrAI")
def setAvId(self, todo0):
pass
def doBlackCatTransformation(self):
pass