Skip to content
Version 2.11.0
↓ Get the launcher

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; }