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