using Robust.Shared.GameStates; namespace Content.Shared.SecretLocks; /// /// "Locks" items (Doesn't actually lock them but just switches various settings) so its not possible to tell /// the item is triggered by a voice activation. /// [RegisterComponent, NetworkedComponent] public sealed partial class VoiceTriggerLockComponent : Component;