This commit is contained in:
2024-09-18 04:55:40 +08:00
parent fb916b3813
commit bd512a6b78
17 changed files with 232 additions and 207 deletions
+4
View File
@@ -15,6 +15,10 @@ public static class PlanetPatch
{
WaterPumpAnywhereEnabled.SettingChanged += (_, _) => WaterPumperPatch.Enable(WaterPumpAnywhereEnabled.Value);
TerraformAnywayEnabled.SettingChanged += (_, _) => TerraformAnyway.Enable(TerraformAnywayEnabled.Value);
}
public static void Start()
{
WaterPumperPatch.Enable(WaterPumpAnywhereEnabled.Value);
TerraformAnyway.Enable(TerraformAnywayEnabled.Value);
}