using Robust.Shared.GameObjects; namespace Content.Server.GameObjects.Components.Items { [RegisterComponent] class FirelockElectronics : Component { public override string Name => "FirelockElectronics"; } }