LifetimeGameModeStats

data class LifetimeGameModeStats(val playerId: String, val bestRankPoint: Double, val gameMode: GameMode, val stats: GameModeStats)

Constructors

Link copied to clipboard
constructor(playerId: String, bestRankPoint: Double, gameMode: GameMode, stats: GameModeStats)

Properties

Link copied to clipboard

Best rank point

Link copied to clipboard

Game mode for this stats

Link copied to clipboard

Account ID of the player associated with this stats

Link copied to clipboard

Statistics for this game mode and player