Use level_int_t for levels.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-22 12:24:52 +02:00
parent cc92cf1491
commit c6e2de6156
7 changed files with 34 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ namespace PkmnLib::Battling {
ArbUt::BorrowedPtr<const BattleLibrary> _library;
ArbUt::StringView _species = ""_cnc;
ArbUt::StringView _forme = "default"_cnc;
uint8_t _level;
level_int_t _level;
std::string _nickname = "";
ArbUt::StringView _ability = ""_cnc;