toontown-just-works/toontown/cogdominium/DistributedCogdoBattleBldgAI.py

6 lines
278 B
Python
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
from direct.directnotify import DirectNotifyGlobal
from toontown.battle.DistributedBattleBldgAI import DistributedBattleBldgAI
class DistributedCogdoBattleBldgAI(DistributedBattleBldgAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedCogdoBattleBldgAI")