mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
35b646c4e6
This reverts commit 1e4bad8c6b
.
9 lines
320 B
Python
Executable file
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
|
|
|