historical/toontown-just-works.git/toontown/cogdominium/DistCogdoBoardroomGameAI.py
2024-01-16 11:20:27 -06:00

5 lines
266 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.cogdominium.DistCogdoLevelGameAI import DistCogdoLevelGameAI
class DistCogdoBoardroomGameAI(DistCogdoLevelGameAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistCogdoBoardroomGameAI")