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