diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-08 15:14:44 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-08 15:14:44 -0700 |
| commit | 3a3a6613cd9783f421df0a152c8675a669910557 (patch) | |
| tree | 0f7bc304079e7e829b4897953a0d4fb57a0d4e0f /Malmstone/Configuration.cs | |
| parent | 728d9ff38a19f0a8b72bcb004d56edabec138af8 (diff) | |
add preliminary frontline losing streak bonus tracking
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index 1d0ed84..c4d091b 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -1,5 +1,4 @@ using Dalamud.Configuration; -using Dalamud.Plugin; using System; namespace Malmstone; @@ -18,6 +17,7 @@ public class Configuration : IPluginConfiguration public bool ShowMainWindowOnPVPReward { get; set; } = true; public bool SkipProgressionToastAfterGoal { get; set; } = false; public bool SkipProgressionChatAfterGoal { get; set; } = false; + public bool TrackFrontlineBonus { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() |
