2019-11-08 22:55:55 -06:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
2019-11-08 23:00:51 -06:00
|
|
|
from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
2019-11-08 22:55:55 -06:00
|
|
|
|
2019-11-08 23:00:51 -06:00
|
|
|
class DistributedPartyManagerUD(DistributedObjectUD):
|
2019-11-08 22:55:55 -06:00
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')
|