Bag

@Serializable
data class Bag(val id: Int, val size: Int, val inventory: List<InventorySlot?>)

Data model for inventory bags

Constructors

Link copied to clipboard
constructor(id: Int, size: Int, inventory: List<InventorySlot?>)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
val size: Int