Example #1
0
 public void UpdateLife(int life)
 {
     UI_Bar.UpdateBar((life * 100) / max);
 }