From eeacd947b851c8fb6ef21c8f9cab97b9d8930b18 Mon Sep 17 00:00:00 2001 From: Loudrob Date: Mon, 6 Apr 2015 18:32:39 -0400 Subject: [PATCH] ass --- toontown/estate/DistributedLawnDecorAI.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/toontown/estate/DistributedLawnDecorAI.py b/toontown/estate/DistributedLawnDecorAI.py index bedeed6d..eb8dbd08 100644 --- a/toontown/estate/DistributedLawnDecorAI.py +++ b/toontown/estate/DistributedLawnDecorAI.py @@ -7,27 +7,15 @@ class DistributedLawnDecorAI(DistributedNodeAI): def setPlot(self, todo0): pass - def getPlot(self, todo0): - pass - def setHeading(self, todo0): pass - def getHeading(self, todo0): - pass - def setPosition(self, todo0, todo1, todo2): pass - def getPosition(self, todo0, todo1, todo2): - pass - def setOwnerIndex(self, todo0): pass - def getOwnerIndex(self, todo1): - pass - def plotEntered(self): pass