new-horizons/NewHorizons/Components/VesselSingularityRoot.cs
2023-04-22 16:44:09 -04:00

10 lines
149 B
C#

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