Poodletooth-iLand/toontown/cogdominium/DistCogdoLevelGameAI.py
2015-04-27 19:51:51 -04:00

6 lines
323 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")