LeaderboardEntry
This object represents a leaderboard entry
Structure
- Fields
player_name
>String
- Name of the playerrank
>Integer
- Rank placement the player is in the leadeboardscore
>Float
- Score of the player for the leaderboard
Example
{
"player_name": "karelm",
"rank": 1,
"score": 187060.0
}