GuildStashItem

@Serializable
data class GuildStashItem(val id: Int, val count: Int)

Data model for item stored in guild stash

Constructors

Link copied to clipboard
constructor(id: Int, count: Int)

Properties

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