Merge branch 'better-comets' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into better-comets

This commit is contained in:
Nick 2023-04-22 16:12:12 -04:00
commit 639a7b3ca6

View File

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