Poodletooth-iLand/toontown/estate/DistributedStatuaryAI.py

16 lines
412 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 DistributedStatuaryAI(DistributedLawnDecorAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedStatuaryAI")
def setTypeIndex(self, todo0):
pass
def setWaterLevel(self, todo0):
pass
def setGrowthLevel(self, todo0):
pass