diff options
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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>>();
}
}
|