Files
tbd-station-14/Content.Server/Power/Components/ActiveChargerComponent.cs

11 lines
221 B
C#

using Content.Shared.Containers.ItemSlots;
using Content.Shared.Power;
namespace Content.Server.Power.Components
{
[RegisterComponent]
public sealed partial class ActiveChargerComponent : Component
{
}
}