namespace Content.Server._NF.GameRule.Components; [RegisterComponent, Access(typeof(NFAdventureRuleSystem))] public sealed partial class NFAdventureRuleComponent : Component { public List NFPlayerMinds = new(); public List CargoDepots = new(); public List MarketStations = new(); public List RequiredPois = new(); public List OptionalPois = new(); public List UniquePois = new(); }