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