From dfc751e20c465bab052fa0f37d779fc836af1e36 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 22 Apr 2023 13:11:38 -0700 Subject: [PATCH] move ring shape back to components --- NewHorizons/{Utility/Geometry => Components}/RingShape.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename NewHorizons/{Utility/Geometry => Components}/RingShape.cs (99%) 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 {