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

15 lines
No EOL
386 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
# TODO: OTP should not depend on Toontown... Hrrm.
from toontown.chat.TTWhiteList import TTWhiteList
class ChatAgentAI:
notify = DirectNotifyGlobal.directNotify.newCategory("ChatAgentAI")
def announceGenerate(self):
pass
def chatMessage(self, todo0):
pass
def setWhiteList(self, todo0):
pass