From 3ff2dff147b24d9c64d92609f866a2fcd7b6b197 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 19 May 2026 19:30:13 -0400 Subject: Add preset function, improve restore button logic Signed-off-by: Andrew Opalach --- Config.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.cs') 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> Overrides { get; set; } = new Dictionary>(); + public Dictionary> Presets { get; set; } = new Dictionary>(); } } -- cgit v1.2.3-101-g0448