using Unity.Cinemachine; using UnityEngine; namespace Voyage { public class VoyagePlayerShip : MonoBehaviour { private void Start() { } } }