Update DistributedTrophyMgrAI.py
This commit is contained in:
parent
f2b0bae949
commit
9fb9a3b94a
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
||||
|
||||
|
||||
class DistributedTrophyMgrAI(DistributedObjectAI):
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedTrophyMgrAI')
|
||||
|
||||
|
@ -12,3 +13,6 @@ class DistributedTrophyMgrAI(DistributedObjectAI):
|
|||
|
||||
def addTrophy(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def removeTrophy(self, avId, numFloors):
|
||||
pass # TODO
|
||||
|
|
Loading…
Reference in a new issue