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