SeasonGameModeStats

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

Constructors

Link copied to clipboard
constructor(playerId: String, seasonId: 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

dev.pubgkt.Season id of the stats

Link copied to clipboard

Statistics for this game mode and player