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