Someone scored in a game (usually only used for newly set high scores)

interface ActionGameScore {
    gameId: Long;
    score: number;
    type: "game_score";
}

Properties

Properties

gameId: Long

Game ID

score: number

Score

type: "game_score"