diff options
Diffstat (limited to 'Config.cs')
| -rw-r--r-- | Config.cs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>>(); |