Move experience gain from species to forme.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-22 13:43:02 +02:00
parent d3b0fc1cec
commit 92135a88eb
7 changed files with 27 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
#define PKMNLIB_POKEMONFORME_HPP
#include <CreatureLib/Library/CreatureData/SpeciesVariant.hpp>
#include <cstdint>
namespace PkmnLib::Library {
class PokemonForme : public CreatureLib::Library::SpeciesVariant {