Exemplo n.º 1
0
 public void Attack(ICreature enemy)
 {
     enemy.AcceptDamage(Damage);
     Attacked?.Invoke(this);
 }