diff --git a/Deliveroo/Configuration.cs b/Deliveroo/Configuration.cs index 31dd5af..57559a1 100644 --- a/Deliveroo/Configuration.cs +++ b/Deliveroo/Configuration.cs @@ -12,6 +12,12 @@ internal sealed class Configuration : IPluginConfiguration public List ItemsToPurchase { get; set; } = new(); public int ReservedSealCount { get; set; } = 0; + + /// + /// A config-only setting, not exposed in the UI. + /// + /// If set, buys all GC items in their max quantity (otherwise, everything except ventures is capped to 99). + /// public bool IgnoreCertainLimitations { get; set; } = false; internal sealed class PurchasePriority