mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix the issue with unity project guys
This commit is contained in:
parent
2fb6324c1c
commit
c7263070e0
@ -1,6 +1,6 @@
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace NewHorizons.Components.Vessel
|
namespace NewHorizons.Components
|
||||||
{
|
{
|
||||||
[UsedInUnityProject]
|
[UsedInUnityProject]
|
||||||
public class VesselOrbLocker : MonoBehaviour
|
public class VesselOrbLocker : MonoBehaviour
|
||||||
@ -1,6 +1,6 @@
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace NewHorizons.Components.Vessel
|
namespace NewHorizons.Components
|
||||||
{
|
{
|
||||||
[UsedInUnityProject]
|
[UsedInUnityProject]
|
||||||
public class VesselSingularityRoot : MonoBehaviour
|
public class VesselSingularityRoot : MonoBehaviour
|
||||||
@ -1,6 +1,6 @@
|
|||||||
using NewHorizons.Builder.Props;
|
using NewHorizons.Builder.Props;
|
||||||
|
using NewHorizons.Components;
|
||||||
using NewHorizons.Components.EyeOfTheUniverse;
|
using NewHorizons.Components.EyeOfTheUniverse;
|
||||||
using NewHorizons.Components.Vessel;
|
|
||||||
using NewHorizons.Utility;
|
using NewHorizons.Utility;
|
||||||
using NewHorizons.Utility.OuterWilds;
|
using NewHorizons.Utility.OuterWilds;
|
||||||
using NewHorizons.Utility.OWML;
|
using NewHorizons.Utility.OWML;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user