diff --git a/NewHorizons/Utility/Geometry/RingShape.cs b/NewHorizons/Components/RingShape.cs similarity index 99% rename from NewHorizons/Utility/Geometry/RingShape.cs rename to NewHorizons/Components/RingShape.cs index 85f36519..a1e2bcb7 100644 --- a/NewHorizons/Utility/Geometry/RingShape.cs +++ b/NewHorizons/Components/RingShape.cs @@ -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 {