Public Member Functions | |
LeaderboardRecord (const int64_t &in_rank, const PlayerAccount &in_player_account, const double &in_score, const double &in_percentage) | |
Public Attributes | |
double | percentage |
PlayerAccount | player_account |
int64_t | rank |
double | score |