mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Make stuff public
This commit is contained in:
parent
ab47789c5d
commit
cc551090f4
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user