Esempio n. 1
0
 public void UpdateHp(uint curr, uint max)
 {
     hpBar.SetData((float)curr / (float)max);
 }