Property Items
- Namespace
- GuildWars2.Hero.Banking
- Assembly
- GW2SDK.dll
Items
The item slots in the bank. Empty slots are represented as null
.
public required IReadOnlyList<ItemSlot?> Items { get; init; }
The item slots in the bank. Empty slots are represented as null
.
public required IReadOnlyList<ItemSlot?> Items { get; init; }