using Content.Shared.Shuttles; using Robust.Shared.GameObjects; namespace Content.Server.Shuttles { [RegisterComponent] public class ShuttleComponent : SharedShuttleComponent { } }