diff options
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>>();
|