using Content.Shared.Wires; using Robust.Shared.GameStates; namespace Content.Shared.Lock; /// /// This is used for a that cannot be opened while locked. /// [RegisterComponent, NetworkedComponent, Access(typeof(LockSystem))] public sealed partial class LockedWiresPanelComponent : Component { }