Interface IGameHighScore

This object represents one row of the high scores table for a game.

Hierarchy

  • IGameHighScore

Properties

Properties

position: number

Position in high score table for the game

score: number

Score

user: IUser

User

Generated using TypeDoc