nw::LevelStats
-
struct LevelStats
Public Functions
-
LevelStats() = default
-
bool from_json(const nlohmann::json &archive)
-
nlohmann::json to_json() const
-
int level() const noexcept
Determines total level.
Public Members
-
std::array<ClassEntry, max_classes> entries
-
LevelStats() = default