11 lines
303 B
C#
11 lines
303 B
C#
/* using Content.Shared.Containers.ItemSlots;
|
|
using Content.Shared.Power;
|
|
|
|
namespace Content.Server.Power.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class ActiveChargerComponent : Component // Frontier: Upstream - #28984 Not used anymore, swap to ChargingComponent
|
|
{
|
|
}
|
|
}
|
|
*/ |