Mythos

@Serializable
data class Mythos(val kills: Double? = null, val burrowsDugNext: Map<String, Double>? = null, val burrowsDugCombat: Map<String, Double>? = null, val burrowsDugTreasure: Map<String, Double>? = null, val burrowsChainsComplete: Map<String, Double>? = null)

Constructors

Link copied to clipboard
constructor(kills: Double? = null, burrowsDugNext: Map<String, Double>? = null, burrowsDugCombat: Map<String, Double>? = null, burrowsDugTreasure: Map<String, Double>? = null, burrowsChainsComplete: Map<String, Double>? = null)

Properties

Link copied to clipboard
@SerialName(value = "burrows_chains_complete")
val burrowsChainsComplete: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "burrows_dug_combat")
val burrowsDugCombat: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "burrows_dug_next")
val burrowsDugNext: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "burrows_dug_treasure")
val burrowsDugTreasure: Map<String, Double>? = null
Link copied to clipboard
val kills: Double? = null