ShopConfig

data class ShopConfig(val traderTitles: List<String>, val initialCategorySlot: Int, val itemsWithTiers: Map<String, List<String>>? = emptyMap(), val elements: List<ShopElement>)

Constructors

Link copied to clipboard
constructor(traderTitles: List<String>, initialCategorySlot: Int, itemsWithTiers: Map<String, List<String>>? = emptyMap(), elements: List<ShopElement>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard