#include "PokemonForme.hpp" using namespace CreatureLib::Library; PkmnLib::Library::PokemonForme::PokemonForme(const ArbUt::StringView& name, float height, float weight, uint32_t baseExperience, const ArbUt::List& types, StatisticSet baseStats, const ArbUt::List>& talents, const ArbUt::List>& secretTalents, const LearnableMoves* moves, std::unordered_set flags) : SpeciesVariant(name, height, weight, baseExperience, types, baseStats, talents, secretTalents, moves, std::move(flags)) {}