Poodletooth-iLand/toontown/coghq/DistributedBrutalFactory.py

12 lines
383 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
import DistributedFactory
class DistributedBrutalFactory(DistributedFactory.DistributedFactory):
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedBrutalFactory')
def __init__(self, cr):
DistributedFactory.DistributedFactory.__init__(self, cr)
def getFloorOuchLevel(self):
return 8