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