diff options
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index bd4de22..e20dd1e 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -24,6 +24,8 @@ public class Configuration : IPluginConfiguration public bool IsPrimedForBuff { get; set; } = false; public bool OverrideShowMatchesToDefaultTargetGoal { get; set; } = false; public Dictionary<ulong, int> ExtraLevelsMap { get; set; } = new Dictionary<ulong, int>(); + public bool ShowTrueSeriesLevelPVPReward { get; set; } = true; + public bool ShowTrueSeriesLevelPVPProfile { get; set; } = true; // the below exist just to make saving less cumbersome public void Save() |
