diff options
Diffstat (limited to 'FootRight.cs')
-rw-r--r-- | FootRight.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/FootRight.cs b/FootRight.cs new file mode 100644 index 0000000..c5014db --- /dev/null +++ b/FootRight.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class FootRight : MonoBehaviour +{ + private void Start() + { + } + + private void Update() + { + } +} |