Example #1
0
 public void SetLegInjury(float injAmount)
 {
     this.injuryLevel = injAmount;
     if (base.character.localPlayerControlled)
     {
         RPOS.InjuryUpdate();
     }
 }