using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Events; /// /// Raised on a client when it wishes to FTL to a beacon. /// [Serializable, NetSerializable] public sealed class ShuttleConsoleFTLBeaconMessage : BoundUserInterfaceMessage { public NetEntity Beacon; public Angle Angle; }