Stats

@Serializable
data class Stats(val wins: Int, val losses: Int, val desertions: Int, val byes: Int, val forfeits: Int)

Information about category-specific PvP stats.

Parameters

wins

the amount of wins

losses

the amount of losses

desertions

the amount desertions

byes

the amount of byes

forfeits

the amount of forfeits

Constructors

Link copied to clipboard
constructor(wins: Int, losses: Int, desertions: Int, byes: Int, forfeits: Int)

Properties

Link copied to clipboard
val byes: Int

This field holds the amount of byes.

Link copied to clipboard

This field holds the amount desertions.

Link copied to clipboard

This field holds the amount of forfeits.

Link copied to clipboard
val losses: Int

This field holds the amount of losses.

Link copied to clipboard
val wins: Int

This field holds the amount of wins.