using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Events; /// /// Raised on the client when it wishes to travel somewhere. /// [Serializable, NetSerializable] public sealed class ShuttleConsoleFTLRequestMessage : BoundUserInterfaceMessage { public EntityUid Destination; }