KillsStatisticEntry

@Serializable
data class KillsStatisticEntry(val lastDayKilledPlayers: Int, val lastDayKilled: Int, val lastWeekKilledPlayers: Int, val lastWeekKilled: Int)(source)

The kill statistics for a given entry.

Constructors

Link copied to clipboard
constructor(lastDayKilledPlayers: Int, lastDayKilled: Int, lastWeekKilledPlayers: Int, lastWeekKilled: Int)

Properties

Link copied to clipboard

The number of this race killed in the last day.

Link copied to clipboard

The number of players killed by this race in the last day.

Link copied to clipboard

The number of this race killed in the last week.

Link copied to clipboard

The number of players killed by this race in the last week.