Bonus

data class Bonus(val quantity: Int, val item: Item)

Constructors

Link copied to clipboard
fun Bonus(quantity: Int, item: Item)

Properties

Link copied to clipboard
val item: Item
Link copied to clipboard
val quantity: Int

Sources

Link copied to clipboard