7 #ifndef ROSETTASTONE_ENCHANT_HPP 8 #define ROSETTASTONE_ENCHANT_HPP 36 Enchant(std::vector<Effect>& effects);
43 std::vector<Effect> m_effects;
47 #endif // ROSETTASTONE_ENCHANT_HPP Effect class.
Definition: Effect.hpp:29
Enchant()=default
Default constructor.
Enchant class.
Definition: Enchant.hpp:24
Definition: AccountInfo.hpp:14
Abstract character class that stores hero and minion data.
Definition: Character.hpp:21
void ActivateTo(Character *character)