/// <summary> /// Resets rocket rotation and camera mode /// </summary> private void ShotCancelled() { rocketController.CancelAiming(); SetCameraFollowMode(CameraMode.FollowRocket); }