Skip to content

Commit

Permalink
#596 create pilot control classes
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldgenerator7 committed Jul 15, 2024
1 parent d0b03b1 commit d44f893
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Assets/Scripts/PlayerController/Input/PilotGestureProfile.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using UnityEngine;

public class PilotGestureProfile
{

}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Assets/Scripts/PlayerController/PlayerPilotController.cs
Original file line number Diff line number Diff line change
@@ -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()
{

}
}
2 changes: 2 additions & 0 deletions Assets/Scripts/PlayerController/PlayerPilotController.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d44f893

Please sign in to comment.