diff options
| author | 2026-06-28 08:37:54 -0400 | |
|---|---|---|
| committer | 2026-06-28 08:37:54 -0400 | |
| commit | 9ea738140d941ef0a7193e4f45278f2923997cc2 (patch) | |
| tree | 690d124c3401df05791aee8a342c6cd89f324dc1 /Config.cs | |
| parent | 4915560ef430df539b1188b9f6b4dc2af257ae1f (diff) | |
| download | WorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.tar.gz WorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.tar.bz2 WorldTuningTool-9ea738140d941ef0a7193e4f45278f2923997cc2.zip | |
Axe DO_COMMON
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,4 @@ -//#define DO_COMMON
-
-using SharpPluginLoader.Core.Configuration;
+using SharpPluginLoader.Core.Configuration;
using SharpPluginLoader.Core;
namespace WorldTuningTool
@@ -190,9 +188,6 @@ namespace WorldTuningTool public PatchConfig Patches { get; set; } = new PatchConfig();
-#if DO_COMMON
- public List<Plugin.Override> CommonGlobals { get; set; } = new List<Plugin.Override>();
-#endif
public Dictionary<string, List<Plugin.Override>> Globals { get; set; } = new Dictionary<string, List<Plugin.Override>>();
public string SelectedGlobal { get; set; } = "";
public Dictionary<StageExt, List<Plugin.Override>> Overrides { get; set; } = new Dictionary<StageExt, List<Plugin.Override>>();
|