6 lines
308 B
Python
6 lines
308 B
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from toontown.ai.DistributedScavengerHuntTargetAI import DistributedScavengerHuntTargetAI
|
|
|
|
class DistributedTrickOrTreatTargetAI(DistributedScavengerHuntTargetAI):
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedTrickOrTreatTargetAI")
|
|
|