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