mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
8 lines
324 B
Python
8 lines
324 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from toontown.cogdominium.DistCogdoGameAI import DistCogdoGameAI
|
||
|
from otp.level.DistributedLevelAI import DistributedLevelAI
|
||
|
|
||
|
class DistCogdoLevelGameAI(DistCogdoGameAI, DistributedLevelAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistCogdoLevelGameAI")
|
||
|
|