historical/toontown-classic.git/otp/ai/MagicWordManagerAI.py

16 lines
420 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class MagicWordManagerAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory("MagicWordManagerAI")
def setMagicWord(self, todo0, todo1, todo2, todo3):
pass
def setMagicWordResponse(self, todo0):
pass
def setWho(self, todo0):
pass