Exemplo n.º 1
0
 public virtual void Prepare()
 {
     currentHealth = totalHealth;
     if (_bar)
     {
         _bar.ResetBar();
     }
 }