oldschool-toontown/toontown/building/DistributedTrophyMgrAI.py
2019-11-22 20:58:35 -05:00

14 lines
417 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedTrophyMgrAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedTrophyMgrAI')
def requestTrophyScore(self):
pass
def getLeaderInfo(self):
return [], [], []
def addTrophy(self, *args, **kwargs):
pass