using NewHorizons.Utility; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components { public class NHShuttleController : NomaiShuttleController { public NomaiInterfaceSlot _neutralSlot; public Sector _exteriorSector; public Sector _interiorSector; } }