Package-level declarations

Types

Link copied to clipboard
@Serializable
data class KillsStatisticEntry(val lastDayKilledPlayers: Int, val lastDayKilledByPlayers: Int, val lastWeekKilledPlayers: Int, val lastWeekKilledByPlayers: Int)

The kill statistics for a given entry.

Link copied to clipboard
@Serializable
data class KillStatistics(val world: String, val entries: Map<String, KillsStatisticEntry>, val total: KillsStatisticEntry)

The Kill Statistics section for a specific world.