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