From bf46f64382ab9501e88b4bd8f97b2bf569635fb7 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 13 Mar 2015 16:18:59 -0500 Subject: [PATCH] daniel and loud, look at the current error --- toontown/estate/DistributedLawnDecorAI.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/toontown/estate/DistributedLawnDecorAI.py b/toontown/estate/DistributedLawnDecorAI.py index bedeed6d..a9347361 100644 --- a/toontown/estate/DistributedLawnDecorAI.py +++ b/toontown/estate/DistributedLawnDecorAI.py @@ -4,30 +4,30 @@ from direct.distributed.DistributedNodeAI import DistributedNodeAI class DistributedLawnDecorAI(DistributedNodeAI): notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI") + def getPlot(self): + pass + def setPlot(self, todo0): pass - def getPlot(self, todo0): + def getHeading(self): pass def setHeading(self, todo0): pass - def getHeading(self, todo0): + def getPosition(self): pass def setPosition(self, todo0, todo1, todo2): pass - def getPosition(self, todo0, todo1, todo2): + def getOwnerIndex(self): pass def setOwnerIndex(self, todo0): pass - def getOwnerIndex(self, todo1): - pass - def plotEntered(self): pass