Treasures

@Serializable
data class Treasures(val runs: List<JsonElement>? = null, val chests: List<JsonElement>? = null)

Constructors

Link copied to clipboard
constructor(runs: List<JsonElement>? = null, chests: List<JsonElement>? = null)

Properties

Link copied to clipboard
val chests: List<JsonElement>? = null
Link copied to clipboard
val runs: List<JsonElement>? = null