general: whoops
This commit is contained in:
parent
d27b25ab38
commit
9f5338dc4a
|
|
@ -1,5 +1,5 @@
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
||||||
|
|
||||||
class DistributedPartyManagerUD(DistributedObjectAI):
|
class DistributedPartyManagerUD(DistributedObjectUD):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedPartyManagerUD')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue