Cleanup for ChargerComponent (#11907)
This commit is contained in:
10
Content.Server/Power/Components/ActiveChargerComponent.cs
Normal file
10
Content.Server/Power/Components/ActiveChargerComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Content.Shared.Containers.ItemSlots;
|
||||
using Content.Shared.Power;
|
||||
|
||||
namespace Content.Server.Power.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveChargerComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user