From 06363637d2c291b405fa83ecdaa8780858bc255f Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 18 Jun 2026 21:16:33 -0400 Subject: Add Global presets Signed-off-by: Andrew Opalach --- Config.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Config.cs') diff --git a/Config.cs b/Config.cs index b8f831d..8367360 100755 --- a/Config.cs +++ b/Config.cs @@ -1,4 +1,6 @@ -using SharpPluginLoader.Core.Configuration; +//#define DO_COMMON + +using SharpPluginLoader.Core.Configuration; using SharpPluginLoader.Core; namespace WorldTuningTool @@ -48,7 +50,7 @@ namespace WorldTuningTool internal class Config : IConfig { public String Name => "WorldTuningTool"; - public String Version => "0.9.3"; + public String Version => "0.9.4"; public static string StageToString(StageExt stage) { @@ -187,8 +189,12 @@ namespace WorldTuningTool public PatchConfig Patches { get; set; } = new PatchConfig(); +#if DO_COMMON + public List CommonGlobals { get; set; } = new List(); +#endif + public Dictionary> Globals { get; set; } = new Dictionary>(); + public string SelectedGlobal { get; set; } = ""; public Dictionary> Overrides { get; set; } = new Dictionary>(); public Dictionary> Sets { get; set; } = new Dictionary>(); - public string SelectedPreset { get; set; } = ""; } } -- cgit v1.2.3-101-g0448