Poodletooth-iLand/toontown/estate/DistributedFlowerAI.py

12 lines
353 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedPlantBaseAI import DistributedPlantBaseAI
class DistributedFlowerAI(DistributedPlantBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedFlowerAI")
def setTypeIndex(self, todo0):
pass
def setVariety(self, todo0):
pass