ItemInfo

data class ItemInfo(val id: String, val minAmount: Int = 1)

Constructors

Link copied to clipboard
constructor(id: String, minAmount: Int = 1)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard