summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-03-16 12:39:34 +0800
committerchai <215380520@qq.com>2024-03-16 12:39:34 +0800
commit793c4eae324d394f19a8bac66a803bf03a67ae9d (patch)
tree629b5d87bdf0fd004b1950e42e2427bc884f1059
parent3f53966a0fdc96f1e32d7d5f930c5cac6d4dfb29 (diff)
*misc
-rw-r--r--_ActiveRagdoll/Actions/Balance.cs (renamed from _ActiveRagdoll/Balance.cs)2
-rw-r--r--_ActiveRagdoll/Actions/Standing.cs (renamed from _ActiveRagdoll/Standing.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/AnimationHandler.cs (renamed from _ActiveRagdoll/Player/AnimationHandler.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/InputHandler.cs (renamed from _ActiveRagdoll/InputHandler.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/MovementDataHandler.cs (renamed from _ActiveRagdoll/Player/MovementDataHandler.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/MovementHandler.cs (renamed from _ActiveRagdoll/Player/MovementHandler.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/PickupHandler.cs (renamed from _ActiveRagdoll/Player/PickupHandler.cs)0
-rw-r--r--_ActiveRagdoll/Handlers/StepHandler.cs (renamed from _ActiveRagdoll/StepHandler.cs)0
8 files changed, 1 insertions, 1 deletions
diff --git a/_ActiveRagdoll/Balance.cs b/_ActiveRagdoll/Actions/Balance.cs
index f034290..7776c88 100644
--- a/_ActiveRagdoll/Balance.cs
+++ b/_ActiveRagdoll/Actions/Balance.cs
@@ -103,7 +103,7 @@ public class Balance : MonoBehaviour
REPL.footCenter.GetComponent<DebugRigidBody>().customDraw = () =>
{
- //return;
+ return;
Draw.Sphere(vector, 0.05f);
Draw.Sphere(vector2, 0.05f);
diff --git a/_ActiveRagdoll/Standing.cs b/_ActiveRagdoll/Actions/Standing.cs
index 2af0e4b..2af0e4b 100644
--- a/_ActiveRagdoll/Standing.cs
+++ b/_ActiveRagdoll/Actions/Standing.cs
diff --git a/_ActiveRagdoll/Player/AnimationHandler.cs b/_ActiveRagdoll/Handlers/AnimationHandler.cs
index 382b3a5..382b3a5 100644
--- a/_ActiveRagdoll/Player/AnimationHandler.cs
+++ b/_ActiveRagdoll/Handlers/AnimationHandler.cs
diff --git a/_ActiveRagdoll/InputHandler.cs b/_ActiveRagdoll/Handlers/InputHandler.cs
index 27adc82..27adc82 100644
--- a/_ActiveRagdoll/InputHandler.cs
+++ b/_ActiveRagdoll/Handlers/InputHandler.cs
diff --git a/_ActiveRagdoll/Player/MovementDataHandler.cs b/_ActiveRagdoll/Handlers/MovementDataHandler.cs
index 18d43f5..18d43f5 100644
--- a/_ActiveRagdoll/Player/MovementDataHandler.cs
+++ b/_ActiveRagdoll/Handlers/MovementDataHandler.cs
diff --git a/_ActiveRagdoll/Player/MovementHandler.cs b/_ActiveRagdoll/Handlers/MovementHandler.cs
index 4579efc..4579efc 100644
--- a/_ActiveRagdoll/Player/MovementHandler.cs
+++ b/_ActiveRagdoll/Handlers/MovementHandler.cs
diff --git a/_ActiveRagdoll/Player/PickupHandler.cs b/_ActiveRagdoll/Handlers/PickupHandler.cs
index 6a3a249..6a3a249 100644
--- a/_ActiveRagdoll/Player/PickupHandler.cs
+++ b/_ActiveRagdoll/Handlers/PickupHandler.cs
diff --git a/_ActiveRagdoll/StepHandler.cs b/_ActiveRagdoll/Handlers/StepHandler.cs
index fd8110b..fd8110b 100644
--- a/_ActiveRagdoll/StepHandler.cs
+++ b/_ActiveRagdoll/Handlers/StepHandler.cs