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