Poodletooth-iLand/toontown/estate/DistributedChangingStatuaryAI.py

10 lines
326 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedStatuaryAI import DistributedStatuaryAI
class DistributedChangingStatuaryAI(DistributedStatuaryAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedChangingStatuaryAI")
2015-07-20 14:53:53 -05:00
def setGrowthLevel(self, todo0):
pass
2015-05-10 07:10:32 -05:00