Exemplo n.º 1
0
 public void GetDamage(int damage)
 {
     healthPoints -= damage;
     characterAnimator.GetDamage();
     stepHandler.AddDamagedCharacter(this);
 }