Poodletooth-iLand/toontown/estate/DistributedGagTreeAI.py

12 lines
349 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedPlantBaseAI import DistributedPlantBaseAI
class DistributedGagTreeAI(DistributedPlantBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedGagTreeAI")
def setWilted(self, todo0):
pass
2015-03-03 22:10:12 +00:00
def requestHarvest(self):
pass