summaryrefslogtreecommitdiff
path: root/_ActiveRagdoll/HandLeft.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-03-13 17:37:47 +0800
committerchai <215380520@qq.com>2024-03-13 17:37:47 +0800
commit54c872fa42b1ba0fdbcfe812b80bb8eb0cfe108f (patch)
tree5d7e1b1b33ef67f147f92a912e2ab371e83ec490 /_ActiveRagdoll/HandLeft.cs
parent134f1deb971b0514a26e04e23926f91983a5497f (diff)
*misc
Diffstat (limited to '_ActiveRagdoll/HandLeft.cs')
-rw-r--r--_ActiveRagdoll/HandLeft.cs12
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()
- {
- }
-}