Poodletooth-iLand/toontown/cogdominium/DistributedCogdoElevatorExtAI.py

9 lines
357 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
from toontown.building.DistributedElevatorExtAI import DistributedElevatorExtAI
class DistributedCogdoElevatorExtAI(DistributedElevatorExtAI):
2015-03-06 20:46:05 -06:00
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedCogdoElevatorExtAI')
2015-04-27 18:51:51 -05:00
2015-03-06 20:46:05 -06:00
def _createInterior(self):
self.bldg.createCogdoInterior()