LoadoutSlot.Modules property
This loadout’s PER-CLASS equipped modules (self-only) with rolled parts, keyed by 1-based module slot, resolved from the saved plan’s modInfoMap (slot→uuid) via the item container. Null until resolved.
public IReadOnlyDictionary<int, ModuleInfo>? Modules { get; set; }See Also
Section titled “See Also”- record ModuleInfo
- record LoadoutSlot
- namespace Stellar.Abstractions.Domain.Loadout