toontown-just-works/otp/level/DistributedInteractiveEntityAI.py

24 lines
547 B
Python
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
from direct.directnotify import DirectNotifyGlobal
from otp.level.DistributedEntityAI import DistributedEntityAI
class DistributedInteractiveEntityAI(DistributedEntityAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedInteractiveEntityAI")
def setAvatarInteract(self, todo0):
pass
def requestInteract(self):
pass
def rejectInteract(self):
pass
def requestExit(self):
pass
def avatarExit(self, todo0):
pass
def setState(self, todo0, todo1):
pass