diff options
| author | 2026-06-18 21:05:01 -0400 | |
|---|---|---|
| committer | 2026-06-18 21:05:01 -0400 | |
| commit | 687535f5904c345807bc04746ac47ab9ce262d6f (patch) | |
| tree | 963d0688d94d5d6f4337f8b878dc7509dcc224e6 /Config.cs | |
| parent | 83cba3ceb9ec812fb61a4b7d948476ff1ca26afc (diff) | |
| download | WorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.tar.gz WorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.tar.bz2 WorldTuningTool-687535f5904c345807bc04746ac47ab9ce262d6f.zip | |
Preset -> Set
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Config.cs')
| -rwxr-xr-x | Config.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ namespace WorldTuningTool public PatchConfig Patches { get; set; } = new PatchConfig();
public Dictionary<StageExt, List<Plugin.Override>> Overrides { get; set; } = new Dictionary<StageExt, List<Plugin.Override>>();
- public Dictionary<string, List<Plugin.Override>> Presets { get; set; } = new Dictionary<string, List<Plugin.Override>>();
+ public Dictionary<string, List<Plugin.Override>> Sets { get; set; } = new Dictionary<string, List<Plugin.Override>>();
public string SelectedPreset { get; set; } = "";
}
}
|