Update DistributedTrophyMgrAI.py

This commit is contained in:
John Cote 2019-12-05 21:45:22 -05:00
parent f2b0bae949
commit 9fb9a3b94a

View file

@ -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