Poodletooth-iLand/toontown/coghq/DistributedMegaCorpAI.py

9 lines
415 B
Python
Raw Normal View History

2015-03-04 10:42:16 +00:00
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)