2025-02-09 21:14:35 -05:00

13 lines
271 B
C#

using UnityEngine;
namespace NewHorizons.Components.EyeOfTheUniverse
{
/// <summary>
/// Class does nothing but is used with GetComponent to find instrument zones in the hierarchy
/// </summary>
public class InstrumentZone : MonoBehaviour
{
}
}