2019-11-08 22:55:55 -06:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
|
|
|
|
|
|
|
class CatalogManagerAI(DistributedObjectAI):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('CatalogManagerAI')
|
2019-11-17 15:29:23 -06:00
|
|
|
|
|
|
|
def startCatalog(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def deliverCatalogFor(self, _):
|
|
|
|
pass
|