Poodletooth-iLand/toontown/cogdominium/DistributedCogdoElevatorExtAI.py

13 lines
387 B
Python
Raw Normal View History

2015-03-07 02:46:05 +00:00
# File: D (Python 2.4)
2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.building.DistributedElevatorExtAI import DistributedElevatorExtAI
class DistributedCogdoElevatorExtAI(DistributedElevatorExtAI):
2015-03-07 02:46:05 +00:00
notify = DirectNotifyGlobal.directNotify.newCategory('DistributedCogdoElevatorExtAI')
def _createInterior(self):
self.bldg.createCogdoInterior()
2015-03-03 22:10:12 +00:00