Poodletooth-iLand/toontown/estate/DistributedFlowerAI.py
2015-05-10 06:47:03 -05:00

11 lines
355 B
Python

from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedPlantBaseAI import DistributedPlantBaseAI
class DistributedFlowerAI(DistributedPlantBaseAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedFlowerAI")
def setTypeIndex(self, index):
pass
def setVariety(self, variety):
pass