11 lines
213 B
C#
11 lines
213 B
C#
using Content.Shared.Containers.ItemSlots;
|
|
using Content.Shared.Power;
|
|
|
|
namespace Content.Server.Power.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed class ActiveChargerComponent : Component
|
|
{
|
|
}
|
|
}
|