Table of Contents

Property Items

Namespace
GuildWars2.Hero.Inventories
Assembly
GW2SDK.dll

Items

The item slots in the bag. Empty slots are represented as null.

public required IReadOnlyList<ItemSlot?> Items { get; init; }

Property Value

IReadOnlyList<ItemSlot>