move ring shape back to components

This commit is contained in:
JohnCorby 2023-04-22 13:11:38 -07:00
parent 4bac76b0bb
commit dfc751e20c

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
namespace NewHorizons.Utility.Geometry
namespace NewHorizons.Components
{
public class RingShape : Shape
{