#include "PokemonForme.hpp" PkmnLib::Library::PokemonForme::PokemonForme(ConstString name, float height, float weight, uint32_t baseExperience, std::vector types, CreatureLib::Core::StatisticSet baseStats, std::vector talents, std::vector secretTalents, const CreatureLib::Library::LearnableAttacks* attacks) : SpeciesVariant(name, height, weight, baseExperience, types, baseStats, talents, secretTalents, attacks) {}