2019-11-09 04:55:55 +00:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
2019-11-09 05:00:51 +00:00
|
|
|
from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
2019-11-09 04:55:55 +00:00
|
|
|
|
2019-11-09 05:00:51 +00:00
|
|
|
class DistributedPartyManagerUD(DistributedObjectUD):
|
2019-11-09 04:55:55 +00:00
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')
|