using Content.Server.Power.Components;
namespace Content.Server._NF.Power.Components;
[RegisterComponent]
public sealed partial class ChargingComponent : Component // Frontier: Upstream - #28984
{
///
///References the entity of the charger that is currently powering this battery
///
public EntityUid ChargerUid;
///
///References the component of the charger that is currently powering this battery
///
public ChargerComponent ChargerComponent;
}