Poodletooth-iLand/toontown/coghq/DistributedMegaCorp.py
John 35b646c4e6 Revert "Spring cleaning"
This reverts commit 1e4bad8c6b.
2015-06-16 20:26:44 +03: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