Poodletooth-iLand/toontown/estate/DistributedLawnDecorAI.py
2015-04-06 18:32:39 -04:00

33 lines
681 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedNodeAI import DistributedNodeAI
class DistributedLawnDecorAI(DistributedNodeAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
def setPlot(self, todo0):
pass
def setHeading(self, todo0):
pass
def setPosition(self, todo0, todo1, todo2):
pass
def setOwnerIndex(self, todo0):
pass
def plotEntered(self):
pass
def removeItem(self):
pass
def setMovie(self, todo0, todo1):
pass
def movieDone(self):
pass
def interactionDenied(self, todo0):
pass