Poodletooth-iLand/toontown/estate/DistributedGardenPlotAI.py

22 lines
537 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedLawnDecorAI import DistributedLawnDecorAI
class DistributedGardenPlotAI(DistributedLawnDecorAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedGardenPlotAI")
def plantFlower(self, todo0, todo1):
pass
def plantGagTree(self, todo0, todo1):
pass
def plantStatuary(self, todo0):
pass
def plantToonStatuary(self, todo0, todo1):
pass
def plantNothing(self, todo0):
pass