1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 22:13:30 +08:00
This commit is contained in:
2024-09-18 19:36:31 +08:00
parent bd512a6b78
commit f5b98c1c48
12 changed files with 250 additions and 214 deletions

View File

@@ -12,6 +12,10 @@ public static class PlanetPatch
public static void Init()
{
PlayerActionsInGlobeViewEnabled.SettingChanged += (_, _) => PlayerActionsInGlobeView.Enable(PlayerActionsInGlobeViewEnabled.Value);
}
public static void Start()
{
PlayerActionsInGlobeView.Enable(PlayerActionsInGlobeViewEnabled.Value);
}