new-horizons/NewHorizons/Components/VesselSingularityRoot.cs
Noah Pilarski 77a81c8a1e Add Orb Locker and Singularity Root
Fixed interface orbs disappearing when vessel is moved
Moves some things to asset bundle
2022-06-20 05:00:49 -04:00

9 lines
124 B
C#

using UnityEngine;
namespace NewHorizons.Components
{
public class VesselSingularityRoot : MonoBehaviour
{
}
}