Interface GameHighScores

Contains a list of game high scores.

interface GameHighScores {
    @type: "gameHighScores";
    scores: GameHighScore[];
}

Properties

Properties

@type: "gameHighScores"
scores: GameHighScore[]

A list of game high scores.