diff options
author | chai <215380520@qq.com> | 2024-03-13 11:38:18 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-03-13 11:38:18 +0800 |
commit | 134f1deb971b0514a26e04e23926f91983a5497f (patch) | |
tree | d790681bb000c07abae9f557a7d0ef2442fac467 | |
parent | 6ce8b9e22fc13be34b442c7b6af48b42cd44275a (diff) |
* move
-rw-r--r-- | _ActiveRagdoll/AnimationHandler.cs (renamed from AnimationHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Balance.cs (renamed from Balance.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/ArmLeft.cs (renamed from ArmLeft.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/ArmRight.cs (renamed from ArmRight.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/FootLeft.cs (renamed from FootLeft.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/FootRight.cs (renamed from FootRight.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/KneeLeft.cs (renamed from KneeLeft.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/KneeRight.cs (renamed from KneeRight.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/LegLeft.cs (renamed from LegLeft.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/LegRight.cs (renamed from LegRight.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/Neck.cs (renamed from Neck.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/BodyParts/Torso.cs (renamed from Torso.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Damagable.cs (renamed from Damagable.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/DamageEffects.cs (renamed from DamageEffects.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/DragHandler.cs (renamed from DragHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/FootHandler.cs (renamed from FootHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Gravity.cs (renamed from Gravity.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/HandLeft.cs (renamed from HandLeft.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/HandRight.cs (renamed from HandRight.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/HasControl.cs (renamed from HasControl.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Head.cs (renamed from Head.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/HeadCollisionHandler.cs (renamed from HeadCollisionHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Hip.cs (renamed from Hip.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Holding.cs (renamed from Holding.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/InputHandler.cs (renamed from InputHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/LeftHandPos.cs (renamed from LeftHandPos.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/MovementDataHandler.cs (renamed from MovementDataHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/MovementHandler.cs (renamed from MovementHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/PickupHandler.cs (renamed from PickupHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Player.cs (renamed from Player.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/PlayerDeath.cs (renamed from PlayerDeath.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/PlayerKnockback.cs (renamed from PlayerKnockback.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/RagdollHandler.cs (renamed from RagdollHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/RemoveMouse.cs (renamed from RemoveMouse.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/RigidbodyHolder.cs (renamed from RigidbodyHolder.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/RotationHandler.cs (renamed from RotationHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/SetAnimationByInput.cs (renamed from SetAnimationByInput.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/SetAnimationByVelocity.cs (renamed from SetAnimationByVelocity.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/SetRigidbodySettings.cs (renamed from SetRigidbodySettings.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Standing.cs (renamed from Standing.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/StandingDataHandler.cs (renamed from StandingDataHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/StartRotation.cs (renamed from StartRotation.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/StayInPlace.cs (renamed from StayInPlace.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/StepHandler.cs (renamed from StepHandler.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/Strength.cs (renamed from Strength.cs) | 0 | ||||
-rw-r--r-- | _ActiveRagdoll/WeaponHandler.cs (renamed from WeaponHandler.cs) | 0 |
46 files changed, 0 insertions, 0 deletions
diff --git a/AnimationHandler.cs b/_ActiveRagdoll/AnimationHandler.cs index 6011e47..6011e47 100644 --- a/AnimationHandler.cs +++ b/_ActiveRagdoll/AnimationHandler.cs diff --git a/Balance.cs b/_ActiveRagdoll/Balance.cs index dc9ae60..dc9ae60 100644 --- a/Balance.cs +++ b/_ActiveRagdoll/Balance.cs diff --git a/ArmLeft.cs b/_ActiveRagdoll/BodyParts/ArmLeft.cs index b7ee14c..b7ee14c 100644 --- a/ArmLeft.cs +++ b/_ActiveRagdoll/BodyParts/ArmLeft.cs diff --git a/ArmRight.cs b/_ActiveRagdoll/BodyParts/ArmRight.cs index 735d646..735d646 100644 --- a/ArmRight.cs +++ b/_ActiveRagdoll/BodyParts/ArmRight.cs diff --git a/FootLeft.cs b/_ActiveRagdoll/BodyParts/FootLeft.cs index da0d11f..da0d11f 100644 --- a/FootLeft.cs +++ b/_ActiveRagdoll/BodyParts/FootLeft.cs diff --git a/FootRight.cs b/_ActiveRagdoll/BodyParts/FootRight.cs index c5014db..c5014db 100644 --- a/FootRight.cs +++ b/_ActiveRagdoll/BodyParts/FootRight.cs diff --git a/KneeLeft.cs b/_ActiveRagdoll/BodyParts/KneeLeft.cs index da00140..da00140 100644 --- a/KneeLeft.cs +++ b/_ActiveRagdoll/BodyParts/KneeLeft.cs diff --git a/KneeRight.cs b/_ActiveRagdoll/BodyParts/KneeRight.cs index 302a4ed..302a4ed 100644 --- a/KneeRight.cs +++ b/_ActiveRagdoll/BodyParts/KneeRight.cs diff --git a/LegLeft.cs b/_ActiveRagdoll/BodyParts/LegLeft.cs index 23446b9..23446b9 100644 --- a/LegLeft.cs +++ b/_ActiveRagdoll/BodyParts/LegLeft.cs diff --git a/LegRight.cs b/_ActiveRagdoll/BodyParts/LegRight.cs index a050339..a050339 100644 --- a/LegRight.cs +++ b/_ActiveRagdoll/BodyParts/LegRight.cs diff --git a/Neck.cs b/_ActiveRagdoll/BodyParts/Neck.cs index 31cd544..31cd544 100644 --- a/Neck.cs +++ b/_ActiveRagdoll/BodyParts/Neck.cs diff --git a/Torso.cs b/_ActiveRagdoll/BodyParts/Torso.cs index 3cf28df..3cf28df 100644 --- a/Torso.cs +++ b/_ActiveRagdoll/BodyParts/Torso.cs diff --git a/Damagable.cs b/_ActiveRagdoll/Damagable.cs index 667cd5e..667cd5e 100644 --- a/Damagable.cs +++ b/_ActiveRagdoll/Damagable.cs diff --git a/DamageEffects.cs b/_ActiveRagdoll/DamageEffects.cs index 305c1d7..305c1d7 100644 --- a/DamageEffects.cs +++ b/_ActiveRagdoll/DamageEffects.cs diff --git a/DragHandler.cs b/_ActiveRagdoll/DragHandler.cs index adb8df4..adb8df4 100644 --- a/DragHandler.cs +++ b/_ActiveRagdoll/DragHandler.cs diff --git a/FootHandler.cs b/_ActiveRagdoll/FootHandler.cs index 7343e21..7343e21 100644 --- a/FootHandler.cs +++ b/_ActiveRagdoll/FootHandler.cs diff --git a/Gravity.cs b/_ActiveRagdoll/Gravity.cs index f646f0c..f646f0c 100644 --- a/Gravity.cs +++ b/_ActiveRagdoll/Gravity.cs diff --git a/HandLeft.cs b/_ActiveRagdoll/HandLeft.cs index 5f92108..5f92108 100644 --- a/HandLeft.cs +++ b/_ActiveRagdoll/HandLeft.cs diff --git a/HandRight.cs b/_ActiveRagdoll/HandRight.cs index cb78d06..cb78d06 100644 --- a/HandRight.cs +++ b/_ActiveRagdoll/HandRight.cs diff --git a/HasControl.cs b/_ActiveRagdoll/HasControl.cs index dde8ad6..dde8ad6 100644 --- a/HasControl.cs +++ b/_ActiveRagdoll/HasControl.cs diff --git a/Head.cs b/_ActiveRagdoll/Head.cs index ce81442..ce81442 100644 --- a/Head.cs +++ b/_ActiveRagdoll/Head.cs diff --git a/HeadCollisionHandler.cs b/_ActiveRagdoll/HeadCollisionHandler.cs index c929f0e..c929f0e 100644 --- a/HeadCollisionHandler.cs +++ b/_ActiveRagdoll/HeadCollisionHandler.cs diff --git a/Hip.cs b/_ActiveRagdoll/Hip.cs index 379fb1d..379fb1d 100644 --- a/Hip.cs +++ b/_ActiveRagdoll/Hip.cs diff --git a/Holding.cs b/_ActiveRagdoll/Holding.cs index dafc08b..dafc08b 100644 --- a/Holding.cs +++ b/_ActiveRagdoll/Holding.cs diff --git a/InputHandler.cs b/_ActiveRagdoll/InputHandler.cs index 27adc82..27adc82 100644 --- a/InputHandler.cs +++ b/_ActiveRagdoll/InputHandler.cs diff --git a/LeftHandPos.cs b/_ActiveRagdoll/LeftHandPos.cs index 955cf44..955cf44 100644 --- a/LeftHandPos.cs +++ b/_ActiveRagdoll/LeftHandPos.cs diff --git a/MovementDataHandler.cs b/_ActiveRagdoll/MovementDataHandler.cs index 18d43f5..18d43f5 100644 --- a/MovementDataHandler.cs +++ b/_ActiveRagdoll/MovementDataHandler.cs diff --git a/MovementHandler.cs b/_ActiveRagdoll/MovementHandler.cs index 22795f7..22795f7 100644 --- a/MovementHandler.cs +++ b/_ActiveRagdoll/MovementHandler.cs diff --git a/PickupHandler.cs b/_ActiveRagdoll/PickupHandler.cs index 8bf1615..8bf1615 100644 --- a/PickupHandler.cs +++ b/_ActiveRagdoll/PickupHandler.cs diff --git a/Player.cs b/_ActiveRagdoll/Player.cs index 55ff387..55ff387 100644 --- a/Player.cs +++ b/_ActiveRagdoll/Player.cs diff --git a/PlayerDeath.cs b/_ActiveRagdoll/PlayerDeath.cs index ec0813a..ec0813a 100644 --- a/PlayerDeath.cs +++ b/_ActiveRagdoll/PlayerDeath.cs diff --git a/PlayerKnockback.cs b/_ActiveRagdoll/PlayerKnockback.cs index 89fffb8..89fffb8 100644 --- a/PlayerKnockback.cs +++ b/_ActiveRagdoll/PlayerKnockback.cs diff --git a/RagdollHandler.cs b/_ActiveRagdoll/RagdollHandler.cs index ca52b8d..ca52b8d 100644 --- a/RagdollHandler.cs +++ b/_ActiveRagdoll/RagdollHandler.cs diff --git a/RemoveMouse.cs b/_ActiveRagdoll/RemoveMouse.cs index 85d89db..85d89db 100644 --- a/RemoveMouse.cs +++ b/_ActiveRagdoll/RemoveMouse.cs diff --git a/RigidbodyHolder.cs b/_ActiveRagdoll/RigidbodyHolder.cs index 796f77a..796f77a 100644 --- a/RigidbodyHolder.cs +++ b/_ActiveRagdoll/RigidbodyHolder.cs diff --git a/RotationHandler.cs b/_ActiveRagdoll/RotationHandler.cs index ee33545..ee33545 100644 --- a/RotationHandler.cs +++ b/_ActiveRagdoll/RotationHandler.cs diff --git a/SetAnimationByInput.cs b/_ActiveRagdoll/SetAnimationByInput.cs index cc50e5a..cc50e5a 100644 --- a/SetAnimationByInput.cs +++ b/_ActiveRagdoll/SetAnimationByInput.cs diff --git a/SetAnimationByVelocity.cs b/_ActiveRagdoll/SetAnimationByVelocity.cs index c737363..c737363 100644 --- a/SetAnimationByVelocity.cs +++ b/_ActiveRagdoll/SetAnimationByVelocity.cs diff --git a/SetRigidbodySettings.cs b/_ActiveRagdoll/SetRigidbodySettings.cs index 2521b75..2521b75 100644 --- a/SetRigidbodySettings.cs +++ b/_ActiveRagdoll/SetRigidbodySettings.cs diff --git a/Standing.cs b/_ActiveRagdoll/Standing.cs index 6162215..6162215 100644 --- a/Standing.cs +++ b/_ActiveRagdoll/Standing.cs diff --git a/StandingDataHandler.cs b/_ActiveRagdoll/StandingDataHandler.cs index 10a1473..10a1473 100644 --- a/StandingDataHandler.cs +++ b/_ActiveRagdoll/StandingDataHandler.cs diff --git a/StartRotation.cs b/_ActiveRagdoll/StartRotation.cs index 4ae91b2..4ae91b2 100644 --- a/StartRotation.cs +++ b/_ActiveRagdoll/StartRotation.cs diff --git a/StayInPlace.cs b/_ActiveRagdoll/StayInPlace.cs index d10ebba..d10ebba 100644 --- a/StayInPlace.cs +++ b/_ActiveRagdoll/StayInPlace.cs diff --git a/StepHandler.cs b/_ActiveRagdoll/StepHandler.cs index fd8110b..fd8110b 100644 --- a/StepHandler.cs +++ b/_ActiveRagdoll/StepHandler.cs diff --git a/Strength.cs b/_ActiveRagdoll/Strength.cs index f458b21..f458b21 100644 --- a/Strength.cs +++ b/_ActiveRagdoll/Strength.cs diff --git a/WeaponHandler.cs b/_ActiveRagdoll/WeaponHandler.cs index 7b3d80f..7b3d80f 100644 --- a/WeaponHandler.cs +++ b/_ActiveRagdoll/WeaponHandler.cs |