new-horizons/NewHorizons/Components/Vessel/VesselSingularityRoot.cs
2024-06-04 18:37:07 -04:00

10 lines
149 B
C#

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