summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rwxr-xr-xConfig.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
index 686e1c6..83a03f0 100755
--- a/Config.cs
+++ b/Config.cs
@@ -100,5 +100,6 @@ namespace WorldTuningTool
public PatchConfig Patches { get; set; } = new PatchConfig();
public Dictionary<Stage, List<Plugin.Override>> Overrides { get; set; } = new Dictionary<Stage, List<Plugin.Override>>();
+ public Dictionary<string, List<Plugin.Override>> Presets { get; set; } = new Dictionary<string, List<Plugin.Override>>();
}
}