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
+4
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);
}