Poodletooth-iLand/toontown/coghq/DistributedMegaCorp.py

12 lines
369 B
Python
Raw Normal View History

2015-03-04 04:42:16 -06:00
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)
2015-07-05 18:59:25 -05:00
2015-03-04 04:42:16 -06:00
def getFloorOuchLevel(self):
return 8