oldschool-toontown/toontown/suit/SuitInvasionManagerAI.py

14 lines
319 B
Python
Raw Normal View History

2019-11-22 19:58:35 -06:00
from direct.directnotify import DirectNotifyGlobal
class SuitInvasionManagerAI:
notify = DirectNotifyGlobal.directNotify.newCategory('SuitInvasionManagerAI')
def __init__(self, air):
self.air = air
def getInvadingCog(self):
return None, 0
def getInvading(self):
return False