From cc551090f4ed0bdd610336d3f37aaae4297c60be Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 13 Jun 2022 20:59:31 -0400 Subject: [PATCH] Make stuff public --- NewHorizons/Components/CloakSectorController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/Components/CloakSectorController.cs b/NewHorizons/Components/CloakSectorController.cs index e7d8e9b0..e7322cdd 100644 --- a/NewHorizons/Components/CloakSectorController.cs +++ b/NewHorizons/Components/CloakSectorController.cs @@ -12,9 +12,9 @@ namespace NewHorizons.Components private List _renderers = null; - internal static bool isPlayerInside = false; - internal static bool isProbeInside = false; - internal static bool isShipInside = false; + public static bool isPlayerInside = false; + public static bool isProbeInside = false; + public static bool isShipInside = false; public void Init(CloakFieldController cloak, GameObject root) {