コード例 #1
0
ファイル: FallDamage1.cs プロジェクト: sknchan/LegacyRust
 public void SetLegInjury(float injAmount)
 {
     this.injuryLevel = injAmount;
     if (base.character.localPlayerControlled)
     {
         RPOS.InjuryUpdate();
     }
 }