ToonTownRewritten/toontown/building/DistributedToonHallInteriorAI.py

6 lines
289 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.building.DistributedToonInteriorAI import DistributedToonInteriorAI
class DistributedToonHallInteriorAI(DistributedToonInteriorAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedToonHallInteriorAI")