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