mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Thunderstorm Programmed
This commit is contained in:
@@ -383,7 +383,7 @@ public class PlayerMovement : NetworkBehaviour
|
||||
}
|
||||
|
||||
//Ragdoll Functions
|
||||
private void getHit(Vector3 dir, float force){
|
||||
public void getHit(Vector3 dir, float force){
|
||||
if(firstHit == false){
|
||||
EnableRagdoll();
|
||||
dir.Normalize();
|
||||
|
||||
Reference in New Issue
Block a user