GW2v2GuildTreasurySlot
@Serializable
Information about an item in a guild's treasury.
Parameters
itemId
the item's ID
count
the amount of the item in the guild's treasury
neededBy
the currently in-progress upgrades requiring the item
Constructors
Link copied to clipboard
constructor(itemId: GW2ItemId, count: Int, neededBy: List<GW2v2GuildTreasurySlot.UpgradeRequirement>)