예제 #1
0
 public virtual void ChangeHp(int chageHp)
 {
     hp = chageHp;
     if (hpBar)
     {
         hpBar.OnChangeHP(hp);
     }
 }