Poodletooth-iLand/toontown/coghq/DistributedMegaCorpAI.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

8 lines
415 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
import DistributedFactoryAI
class DistributedMegaCorpAI(DistributedFactoryAI.DistributedFactoryAI):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedBrutalFactoryAI')
def __init__(self, air, factoryId, zoneId, entranceId, avIds):
DistributedFactoryAI.DistributedFactoryAI.__init__(self, air, factoryId, zoneId, entranceId, avIds)