Poodletooth-iLand/toontown/uberdog/DistributedInGameNewsMgrAI.py

16 lines
458 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectGlobalAI import DistributedObjectGlobalAI
class DistributedInGameNewsMgrAI(DistributedObjectGlobalAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedInGameNewsMgrAI")
def setLatestIssueStr(self, todo0):
pass
def inGameNewsMgrAIStartingUp(self, todo0, todo1):
pass
def newIssueUDtoAI(self, todo0):
pass