8 lines
266 B
Python
8 lines
266 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
|
||
|
from toontown.battle.DistributedBattleAI import DistributedBattleAI
|
||
|
|
||
|
|
||
|
class DistributedBattleTutorialAI(DistributedBattleAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedBattleTutorialAI')
|