ShopModel

data class ShopModel(val name: String, val items: List<Purchasable>)(source)

A model for shop data

Constructors

Link copied to clipboard
constructor(name: String, items: List<Purchasable>)

Properties

Link copied to clipboard

All items you can purchase in the shop

Link copied to clipboard

Name of this shop