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