new-horizons/NewHorizons/Components/Vessel/VesselSingularityRoot.cs

10 lines
156 B
C#

using UnityEngine;
namespace NewHorizons.Components.Vessel
{
[UsedInUnityProject]
public class VesselSingularityRoot : MonoBehaviour
{
}
}