Poodletooth-iLand/toontown/estate/DistributedGagTreeAI.py
2015-04-29 04:12:56 -04:00

11 lines
349 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedPlantBaseAI import DistributedPlantBaseAI
class DistributedGagTreeAI(DistributedPlantBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedGagTreeAI")
def setWilted(self, todo0):
pass
def requestHarvest(self):
pass