public void OnLeftClick() { ActivateThrusters(true); flySystem.Impulse(body, Vector2.left, isLanded()); }