KillStatistics

@Serializable
data class KillStatistics(val world: String, val entries: Map<String, KillsStatisticEntry>, val total: KillsStatisticEntry)(source)

The Kill Statistics section for a specific world.

Constructors

Link copied to clipboard
constructor(world: String, entries: Map<String, KillsStatisticEntry>, total: KillsStatisticEntry)

Properties

Link copied to clipboard

A mapping of races to their kills' information.

Link copied to clipboard

The kill statistics for players.

Link copied to clipboard

The kill statistics totals.

Link copied to clipboard
val url: String

The URL to these kill statistics.

Link copied to clipboard

The game world this statistics are for.