Exemplo n.º 1
0
 public void TakeDamage(int damage)
 {
     charState.ApplyDamage(damage);
 }