Attributes

@Serializable
data class Attributes(val stacks: Map<String, Int>? = null)

Constructors

Link copied to clipboard
constructor(stacks: Map<String, Int>? = null)

Properties

Link copied to clipboard
val stacks: Map<String, Int>? = null