Poodletooth-iLand/toontown/estate/DistributedGagTreeAI.py
Loudrob 10da5ad398 Revert "trees and boxes"
This reverts commit 9ea697b1cb.
2015-04-06 18:19:51 -04:00

12 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, todo0):
pass
def requestHarvest(self):
pass