예제 #1
0
 private void ChangeFill(Damagable d)
 {
     fill.fillAmount = d.healthPoints / d.GetMaxHealth();
 }