using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Events; /// /// Raised on the client to request the expected position of the emergency shuttle for debugging. /// [Serializable, NetSerializable] public sealed class EmergencyShuttleRequestPositionMessage : EntityEventArgs { }