historical/toontown-classic.git/toontown/uberdog/DistributedInGameNewsMgrUD.py

16 lines
458 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectGlobalUD import DistributedObjectGlobalUD
class DistributedInGameNewsMgrUD(DistributedObjectGlobalUD):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedInGameNewsMgrUD")
def setLatestIssueStr(self, todo0):
pass
def inGameNewsMgrAIStartingUp(self, todo0, todo1):
pass
def newIssueUDtoAI(self, todo0):
pass