2019-11-10 18:46:41 -06:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
|
|
|
|
|
|
|
class DistributedPartyManagerAI(DistributedObjectAI):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerAI')
|
2023-05-23 10:10:42 -05:00
|
|
|
|
|
|
|
def canBuyParties(self):
|
|
|
|
return False # TODO
|