Use level_int_t for levels.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user