Poodletooth-iLand/toontown/estate/DistributedFireworksCannonAI.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

20 lines
527 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
from toontown.effects.DistributedFireworkShowAI import DistributedFireworkShowAI
class DistributedFireworksCannonAI(DistributedFireworkShowAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedFireworksCannonAI")
def avatarEnter(self):
pass
def avatarExit(self):
pass
def freeAvatar(self):
pass
def setMovie(self, todo0, todo1, todo2):
pass
def setPosition(self, todo0, todo1, todo2):
pass