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