using Robust.Shared.Serialization; namespace Content.Shared.Gateway; /// /// Sent from client to server upon taking a gateway destination. /// [Serializable, NetSerializable] public sealed class GatewayDestinationMessage : EntityEventArgs { public int Index; }