Poodletooth-iLand/otp/chat/ChatAgentAI.py
2015-06-17 09:01:28 -04:00

10 lines
No EOL
236 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
class ChatAgentAI:
notify = DirectNotifyGlobal.directNotify.newCategory("ChatAgentAI")
def announceGenerate(self):
pass
def chatMessage(self, todo0):
pass