Poodletooth-iLand/toontown/coghq/DistributedSellbotHQDoorAI.py
2015-03-03 17:10:12 -05:00

9 lines
320 B
Python

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