コード例 #1
0
 def doTick(self):
     print(self.id)
     BaseScriptEntity.doTick(self)
コード例 #2
0
ファイル: dummyentity.py プロジェクト: panoptics/webspades
 def doTick(self):
     print(self.id)
     BaseScriptEntity.doTick(self)
コード例 #3
0
 def __init__(self, id):
     BaseScriptEntity.__init__(self, id)
コード例 #4
0
ファイル: dummyentity.py プロジェクト: panoptics/webspades
 def __init__(self, id):
     BaseScriptEntity.__init__(self, id)