Poodletooth-iLand/toontown/cogdominium/DistributedCogdoElevatorExtAI.py

13 lines
387 B
Python
Raw Normal View History

2015-03-06 20:46:05 -06:00
# File: D (Python 2.4)
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')
def _createInterior(self):
self.bldg.createCogdoInterior()
2015-03-03 16:10:12 -06:00