/// <summary> /// Call this function to launch the rocket. /// </summary> public void OnLaunch() { state = GameState.InGame; UIManager.Instance.OnStartFlying(); CameraController.Instance.OnFlyingStarted(); rocket.StartFlying(); }