Poodletooth-iLand/toontown/estate/DistributedGardenBoxAI.py

12 lines
389 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedLawnDecorAI import DistributedLawnDecorAI
class DistributedGardenBoxAI(DistributedLawnDecorAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedGardenBoxAI")
2015-05-10 11:47:03 +00:00
def setTypeIndex(self, index):
2015-07-20 19:53:53 +00:00
self.index = index
2015-05-24 23:23:54 +00:00
def getTypeIndex(self):
2015-07-20 19:53:53 +00:00
return self.index