FTLTagEvent.cs 204 B

1234567
  1. namespace Content.Server.Shuttles.Events;
  2. /// <summary>
  3. /// Raised when trying to get a priority tag for docking.
  4. /// </summary>
  5. [ByRefEvent]
  6. public record struct FTLTagEvent(bool Handled, string? Tag);