Poodletooth-iLand/toontown/estate/DistributedGagTreeAI.py
2015-05-10 06:47:03 -05:00

11 lines
350 B
Python

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