2015-03-03 22:10:12 +00:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
|
|
|
|
class ChatAgentAI:
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("ChatAgentAI")
|
|
|
|
|
|
|
|
def announceGenerate(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def chatMessage(self, todo0):
|
2015-06-16 17:26:44 +00:00
|
|
|
pass
|