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