コード例 #1
0
 def start(self):
     SimulationTime.start(self)
     # add plant update as an observer to the sim time tick
     self.addObserver(self.plant.update)
コード例 #2
0
ファイル: world.py プロジェクト: jsr5194/invertixchallenge1
 def start(self):
     SimulationTime.start(self)
     # add plant update as an observer to the sim time tick
     self.addObserver(self.plant.update)