aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs
index e0d5a3c..ce87dfd 100644
--- a/Malmstone/Configuration.cs
+++ b/Malmstone/Configuration.cs
@@ -10,6 +10,11 @@ public class Configuration : IPluginConfiguration
public int Version { get; set; } = 0;
public int DefaultTargetRankProperty { get; set; } = 1;
+ public int PostmatchProgressionToastType { get; set; } = 0; // 0 = normal, 1=quest, 2=error
+ public bool ShowProgressionToastPostMatch { get; set; } = true;
+ public bool ShowProgressionChatPostRW { get; set; } = true;
+ public bool ShowProgressionChatPostCC { get; set; } = true;
+ public bool ShowProgressionChatPostFL { get; set; } = true;
// the below exist just to make saving less cumbersome
public void Save()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage