new-horizons/NewHorizons/Components/VesselSingularityRoot.cs
2022-11-20 13:01:36 -05:00

10 lines
149 B
C#

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