Files
tbd-station-14/Content.Server/Power/Components/ActiveChargerComponent.cs
2022-10-16 21:21:54 +11:00

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
{
}
}