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