LoadoutSlot.Gear property
This loadout’s PER-CLASS equipped gear pieces (self-only) with full rolls, resolved from the saved plan’s equipInfoMap (slot→uuid) via the item container — NOT the class-blind live gear. Each GearInstance carries its own slot. Null until the item container resolves.
public IReadOnlyList<GearInstance>? Gear { get; set; }See Also
Section titled “See Also”- record GearInstance
- record LoadoutSlot
- namespace Stellar.Abstractions.Domain.Loadout