Thunderstorm Programmed

This commit is contained in:
wheatv3015
2021-11-11 10:22:07 -06:00
parent 2fe2fa5764
commit e7cc370cc0
3 changed files with 84 additions and 17 deletions

View File

@@ -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();