using Robust.Shared.GameStates; namespace Content.Shared.Administration; [RegisterComponent, Access(typeof(SharedAdminFrozenSystem))] [NetworkedComponent, AutoGenerateComponentState] public sealed partial class AdminFrozenComponent : Component { /// /// Whether the player is also muted. /// [DataField, AutoNetworkedField] public bool Muted; }