diff --git a/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs b/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs new file mode 100644 index 000000000..2efd7f96f --- /dev/null +++ b/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +public class PilotGestureProfile +{ + +} diff --git a/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs.meta b/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs.meta new file mode 100644 index 000000000..f21d63c5a --- /dev/null +++ b/Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 88d5e4740476b584a9f86a863916d577 \ No newline at end of file diff --git a/Assets/Scripts/PlayerController/PlayerPilotController.cs b/Assets/Scripts/PlayerController/PlayerPilotController.cs new file mode 100644 index 000000000..64131f8e0 --- /dev/null +++ b/Assets/Scripts/PlayerController/PlayerPilotController.cs @@ -0,0 +1,16 @@ +using UnityEngine; + +public class PlayerPilotController : MonoBehaviour +{ + // Start is called once before the first execution of Update after the MonoBehaviour is created + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Scripts/PlayerController/PlayerPilotController.cs.meta b/Assets/Scripts/PlayerController/PlayerPilotController.cs.meta new file mode 100644 index 000000000..42689f563 --- /dev/null +++ b/Assets/Scripts/PlayerController/PlayerPilotController.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: a6de0f4796932c94ab412de67d30fca5 \ No newline at end of file