Exemplo n.º 1
0
 private void DamageTo(Soldier sol)
 {
     sol.TakeDamage(damage);
 }