using Robust.Shared.GameStates; namespace Content.Shared.Traits.Assorted; /// /// Set player speed to zero and standing state to down, simulating leg paralysis. /// [RegisterComponent, NetworkedComponent, Access(typeof(LegsParalyzedSystem))] public sealed partial class LegsParalyzedComponent : Component { }