mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 16:57:54 +00:00
7 lines
222 B
Python
7 lines
222 B
Python
|
from toontown.building.DistributedElevatorInt import DistributedElevatorInt
|
||
|
|
||
|
class DistributedCogdoElevatorInt(DistributedElevatorInt):
|
||
|
|
||
|
def _getDoorsClosedInfo(self):
|
||
|
return ('cogdoInterior', 'cogdoInterior')
|