using NewHorizons.Utility; namespace NewHorizons.Components.Orbital { public class EyeAstroObject : AstroObject { public new void Awake() { _owRigidbody = GetComponent(); } public void Register() { Locator.RegisterAstroObject(this); } } }