Poodletooth-iLand/toontown/estate/DistributedChangingStatuaryAI.py

9 lines
326 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedStatuaryAI import DistributedStatuaryAI
class DistributedChangingStatuaryAI(DistributedStatuaryAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedChangingStatuaryAI")
2015-05-10 11:47:03 +00:00
def setGrowthLevel(self, growth):
2015-03-03 22:10:12 +00:00
pass