14 lines
182 B
C#
14 lines
182 B
C#
using Unity.Cinemachine;
|
|
using UnityEngine;
|
|
|
|
namespace Voyage
|
|
{
|
|
|
|
public class VoyagePlayerShip : MonoBehaviour
|
|
{
|
|
private void Start()
|
|
{
|
|
}
|
|
}
|
|
}
|