using Robust.Shared.Serialization; namespace Content.Shared.Shuttles.Events; /// /// Raised on the client when it wishes to not have 2 docking ports docked. /// [Serializable, NetSerializable] public sealed class UndockRequestMessage : BoundUserInterfaceMessage { public NetEntity DockEntity; }