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