Files
crystall-punk-14/Content.Server/Power/Components/ActiveChargerComponent.cs

11 lines
221 B
C#
Raw Permalink Normal View History

2022-10-16 03:21:54 -07:00
using Content.Shared.Containers.ItemSlots;
using Content.Shared.Power;
namespace Content.Server.Power.Components
{
[RegisterComponent]
public sealed partial class ActiveChargerComponent : Component
2022-10-16 03:21:54 -07:00
{
}
}