You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModificaEst::ModificaEst(std::string nome, int poderBase, int precisao, Tipo &tipo, bool especial, int estagioAtaque, int estagioDefesa, int estagioAtaqueEsp, int estagioDefesaEsp, int estagioVelocidade, int chance, bool autoAlvo) : Golpe(nome, poderBase, precisao, tipo, especial), _chance(chance), _autoAlvo(autoAlvo) { // Construtor