Property Bags
- Namespace
- GuildWars2.Hero.Inventories
- Assembly
- GW2SDK.dll
Bags
The bags equipped by the character. Empty slots are represented as null
.
public required IReadOnlyList<Bag?> Bags { get; init; }
The bags equipped by the character. Empty slots are represented as null
.
public required IReadOnlyList<Bag?> Bags { get; init; }