Revert "daniel and loud, look at the current error"

This reverts commit bf46f64382.
This commit is contained in:
Loudrob 2015-04-06 18:20:07 -04:00
parent 10da5ad398
commit 5c3ae8a0ba

View file

@ -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 getHeading(self):
def getPlot(self, todo0):
pass
def setHeading(self, todo0):
pass
def getPosition(self):
def getHeading(self, todo0):
pass
def setPosition(self, todo0, todo1, todo2):
pass
def getOwnerIndex(self):
def getPosition(self, todo0, todo1, todo2):
pass
def setOwnerIndex(self, todo0):
pass
def getOwnerIndex(self, todo1):
pass
def plotEntered(self):
pass