From 711137e40726578b8c62e959e1b9009b61cae50b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 7 Aug 2026 15:38:44 -0400 Subject: Massively improve update hooks, work on lights Signed-off-by: Andrew Opalach --- Config.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config.cs') 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> Globals { get; set; } = new Dictionary>(); -- cgit v1.2.3-101-g0448