ShopElement

data class ShopElement(val item: ItemInfo, val amountPerClick: Int = 1, val categorySlot: Int, val itemSlot: Int, val price: ItemInfo, val purchaseConditions: ConditionNode? = null)

Constructors

Link copied to clipboard
constructor(item: ItemInfo, amountPerClick: Int = 1, categorySlot: Int, itemSlot: Int, price: ItemInfo, purchaseConditions: ConditionNode? = null)

Types

Link copied to clipboard
object Companion

Properties

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