namespace Content.Server.Silicon.BatteryLocking; [RegisterComponent] public sealed partial class BatterySlotRequiresLockComponent : Component { [DataField] public string ItemSlot = string.Empty; }