namespace Content.Server.Shuttles.Events; /// /// Raised when trying to get a priority tag for docking. /// [ByRefEvent] public record struct FTLTagEvent(bool Handled, string? Tag);