Files
crystall-punk-14/Content.Server/Shuttles/Events/ShuttleConsoleFTLStartEvent.cs

11 lines
239 B
C#
Raw Permalink Normal View History

namespace Content.Server.Shuttles.Events;
/// <summary>
/// Raised when shuttle console approved FTL
/// </summary>
[ByRefEvent]
public record struct ShuttleConsoleFTLTravelStartEvent(EntityUid Uid)
{
public EntityUid Uid = Uid;
}