コード例 #1
0
 public void OnLeftClick()
 {
     ActivateThrusters(true);
     flySystem.Impulse(body, Vector2.left, isLanded());
 }