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