6 lines
289 B
Python
6 lines
289 B
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from toontown.building.DistributedToonInteriorAI import DistributedToonInteriorAI
|
|
|
|
class DistributedToonHallInteriorAI(DistributedToonInteriorAI):
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedToonHallInteriorAI")
|
|
|