class GameHighScore
This object represents one row of the high scores table for a game.
No description
Position in high score table for the game.
User.
Score.
__construct(int $position, User $user, int $score)
int getPosition()
User getUser()
int getScore()