mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
6 lines
266 B
Python
6 lines
266 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.cogdominium.DistCogdoLevelGameAI import DistCogdoLevelGameAI
|
||
|
|
||
|
class DistCogdoBoardroomGameAI(DistCogdoLevelGameAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistCogdoBoardroomGameAI")
|