using Robust.Shared.GameStates; namespace Content.Shared.Stunnable; /// /// This is used to temporarily prevent an entity from moving or acting. /// [RegisterComponent, NetworkedComponent, Access(typeof(SharedStunSystem))] public sealed partial class StunnedComponent : Component;