oldschool-toontown/toontown/building/DistributedTrophyMgrAI.py

15 lines
417 B
Python
Raw Normal View History

2019-11-08 22:55:55 -06:00
from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedTrophyMgrAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedTrophyMgrAI')
2019-11-22 19:58:35 -06:00
def requestTrophyScore(self):
pass
def getLeaderInfo(self):
return [], [], []
def addTrophy(self, *args, **kwargs):
pass