FTLRequestEvent.cs 195 B

1234567
  1. namespace Content.Server.Shuttles.Events;
  2. /// <summary>
  3. /// Raised by a shuttle when it has requested an FTL.
  4. /// </summary>
  5. [ByRefEvent]
  6. public record struct FTLRequestEvent(EntityUid MapUid);