Poodletooth-iLand/toontown/ai/DistributedScavengerHuntTargetAI.py
2015-04-29 00:01:52 -04:00

8 lines
327 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedObjectAI import DistributedObjectAI
class DistributedScavengerHuntTargetAI(DistributedObjectAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedScavengerHuntTargetAI")
def attemptScavengerHunt(self):
pass