Poodletooth-iLand/toontown/estate/DistributedAnimatedStatuaryAI.py

10 lines
367 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
from direct.directnotify import DirectNotifyGlobal
from toontown.estate.DistributedStatuaryAI import DistributedStatuaryAI
class DistributedAnimatedStatuaryAI(DistributedStatuaryAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedAnimatedStatuaryAI")
2015-05-10 07:10:32 -05:00
def __init__(self, air, species):
self.air = air
self.species = species