mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 09:17:54 +00:00
12 lines
354 B
Python
12 lines
354 B
Python
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
|
|
|