mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
22 lines
521 B
Python
22 lines
521 B
Python
|
from direct.directnotify import DirectNotifyGlobal
|
||
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
||
|
|
||
|
class DistCogdoCraneAI(DistributedObjectAI):
|
||
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistCogdoCraneAI")
|
||
|
|
||
|
def setCraneGameId(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setIndex(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setState(self, todo0, todo1):
|
||
|
pass
|
||
|
|
||
|
def clearSmoothing(self, todo0):
|
||
|
pass
|
||
|
|
||
|
def setCablePos(self, todo0, todo1, todo2, todo3, todo4):
|
||
|
pass
|
||
|
|