Poodletooth-iLand/toontown/coghq/DistributedSellbotHQDoorAI.py
2015-07-05 19:59:25 -04:00

8 lines
319 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
from toontown.coghq.DistributedCogHQDoorAI import DistributedCogHQDoorAI
class DistributedSellbotHQDoorAI(DistributedCogHQDoorAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedSellbotHQDoorAI")
def informPlayer(self, todo0):
pass