Poodletooth-iLand/toontown/coghq/DistributedMegaCorp.py
2015-07-05 19:59:25 -04:00

11 lines
369 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
import DistributedFactory
class DistributedMegaCorp(DistributedFactory.DistributedFactory):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedMegaCorp')
def __init__(self, cr):
DistributedFactory.DistributedFactory.__init__(self, cr)
def getFloorOuchLevel(self):
return 8