Poodletooth-iLand/toontown/coghq/DistributedSellbotHQDoorAI.py
John 35b646c4e6 Revert "Spring cleaning"
This reverts commit 1e4bad8c6b.
2015-06-16 20:26:44 +03:00

9 lines
320 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