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