Support for evolving a mon.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-06-10 12:33:51 +02:00
parent bb90d3db87
commit 9e587b3d0b
2 changed files with 40 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ namespace PkmnLib::Battling {
inline ArbUt::BorrowedPtr<const PkmnLib::Library::PokemonSpecies> GetPokemonSpecies() const noexcept {
return _species.As<const PkmnLib::Library::PokemonSpecies>();
}
void Evolve(ArbUt::BorrowedPtr<const Library::PokemonSpecies> mon,
ArbUt::BorrowedPtr<const Library::PokemonForme> forme);
};
}