38 std::unordered_map<CustomStatistic, StatValue>
Custom;
Class that manages the statistics and achievements of a single player.
bool SatisfiesPrerequisite(CustomStatistic a_Stat) const
Returns whether the prerequisite for awarding an achievement are satisfied.
bool IsStatisticPresent(CustomStatistic a_Stat) const
Returns if a statistic is both present and has nonzero value.
std::unordered_map< CustomStatistic, StatValue > Custom