summaryrefslogtreecommitdiff
path: root/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.cs')
-rw-r--r--Config.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.cs b/Config.cs
index 4c253aa..0614912 100644
--- a/Config.cs
+++ b/Config.cs
@@ -22,6 +22,7 @@ namespace WorldTuningTool
InfinityOfNothing = 200,
SpecialArena = 201,
ChallengeArena = 202,
+ DebugMap2 = 296,
Astera = 301,
AsteraHub = 302,
ResearchBase = 303,
@@ -192,6 +193,8 @@ namespace WorldTuningTool
public PatchConfig() {}
}
+ public bool DisableLightsFeature { get; set; } = false;
+
public PatchConfig Patches { get; set; } = new PatchConfig();
public Dictionary<string, List<Override>> Globals { get; set; } = new Dictionary<string, List<Override>>();