Poodletooth-iLand/toontown/cogdominium/DistributedCogdoElevatorIntAI.py

6 lines
285 B
Python
Raw Permalink Normal View History

2015-11-14 13:28:53 -06:00
from direct.directnotify import DirectNotifyGlobal
from toontown.building.DistributedElevatorIntAI import DistributedElevatorIntAI
class DistributedCogdoElevatorIntAI(DistributedElevatorIntAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedCogdoElevatorIntAI")