diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-16 21:48:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-16 21:48:11 -0700 |
| commit | 745b939bb15bf41725d4e86e65366a1a8793bbc7 (patch) | |
| tree | 07b190c52400d8bd6ac960d8b8b21e9e779e0952 /Malmstone/Configuration.cs | |
| parent | 481ec3932c98771310cf9d834ebad8446b01f5c4 (diff) | |
add option to replace in game UI series level with plugin tracked series level (tracking for series level above 30)
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() |
