historical/toontown-classic.git/toontown/ai/DistributedTrickOrTreatTargetAI.py
2024-01-16 11:20:27 -06:00

6 lines
308 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.ai.DistributedScavengerHuntTargetAI import DistributedScavengerHuntTargetAI
class DistributedTrickOrTreatTargetAI(DistributedScavengerHuntTargetAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedTrickOrTreatTargetAI")