Make stuff public

This commit is contained in:
Nick 2022-06-13 20:59:31 -04:00
parent ab47789c5d
commit cc551090f4

View File

@ -12,9 +12,9 @@ namespace NewHorizons.Components
private List<Renderer> _renderers = null; private List<Renderer> _renderers = null;
internal static bool isPlayerInside = false; public static bool isPlayerInside = false;
internal static bool isProbeInside = false; public static bool isProbeInside = false;
internal static bool isShipInside = false; public static bool isShipInside = false;
public void Init(CloakFieldController cloak, GameObject root) public void Init(CloakFieldController cloak, GameObject root)
{ {