void Awake() { Cursor.visible = false; _playerShipAction = GetComponent <PlayerShipAction>(); }
void Awake() { Cursor.visible = false; _playerShipAction = GetComponent<PlayerShipAction>(); }