public override void Atacar(Jugador objetivo) { throw new NotImplementedException(); }
public abstract void Atacar(Jugador objetivo);