1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-10 11:23:29 +08:00
This commit is contained in:
2023-09-12 21:05:54 +08:00
parent e12d20980a
commit e798055f7a
6 changed files with 100 additions and 71 deletions

View File

@@ -18,6 +18,7 @@ public static class BuildPatch
public static void Init()
{
if (_patch != null) return;
ImmediateEnabled.SettingChanged += (_, _) => ImmediateValueChanged();
NoCostEnabled.SettingChanged += (_, _) => NoCostValueChanged();
NoConditionEnabled.SettingChanged += (_, _) => NoConditionValueChanged();