toontown-just-works/toontown/cogdominium/DistributedCogdoElevatorInt.py

7 lines
222 B
Python
Raw Normal View History

2024-07-07 18:08:39 -05:00
from toontown.building.DistributedElevatorInt import DistributedElevatorInt
class DistributedCogdoElevatorInt(DistributedElevatorInt):
def _getDoorsClosedInfo(self):
return ('cogdoInterior', 'cogdoInterior')