diff options
| author | 2026-08-07 15:38:44 -0400 | |
|---|---|---|
| committer | 2026-08-07 15:38:44 -0400 | |
| commit | 711137e40726578b8c62e959e1b9009b61cae50b (patch) | |
| tree | 7a2815464ff66d512b45041e528e4b45196cc727 /Config.cs | |
| parent | d6822fe63f1023caf3c72bf3f9b654c8779c285a (diff) | |
| download | WorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.tar.gz WorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.tar.bz2 WorldTuningTool-711137e40726578b8c62e959e1b9009b61cae50b.zip | |
Massively improve update hooks, work on lights
Signed-off-by: Andrew Opalach <andrew@akon.city>
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>>(); |