Poodletooth-iLand/toontown/estate/DistributedToonStatuaryAI.py

14 lines
460 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedStatuaryAI import DistributedStatuaryAI
class DistributedToonStatuaryAI(DistributedStatuaryAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedToonStatuaryAI")
2015-05-10 12:10:32 +00:00
def __init__(self, air, species, dnaCode):
self.air = air
self.species = species
self.dnaCode = dnaCode
2015-05-10 11:47:03 +00:00
def setOptional(self, opt):
2015-05-10 12:10:32 +00:00
self.optional = opt