Add config note

pull/3/head
Liza 2023-09-28 10:51:17 +02:00
parent 64a0843b7f
commit 7a8cbd435f
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ internal sealed class Configuration : IPluginConfiguration
public List<PurchasePriority> ItemsToPurchase { get; set; } = new();
public int ReservedSealCount { get; set; } = 0;
/// <summary>
/// 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).
/// </summary>
public bool IgnoreCertainLimitations { get; set; } = false;
internal sealed class PurchasePriority