Poodletooth-iLand/toontown/cogdominium/DistCogdoBoardroomGameAI.py
2015-04-27 19:51:51 -04: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")