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

11 lines
373 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