using Content.Shared.DeviceLinking;
using Robust.Shared.Prototypes;
namespace Content.Server.Shuttles.Components;
[RegisterComponent]
public sealed partial class DockingSignalControlComponent : Component
{
///
/// Output port that is high while docked.
///
[DataField]
public ProtoId DockStatusSignalPort = "DockStatus";
}