#include "Pokemon.hpp" const PkmnLib::Library::Nature* PkmnLib::Battling::Pokemon::GetNature() const{ return _nature; }