11 lines
254 B
C#
11 lines
254 B
C#
using Content.Shared.Power;
|
|
|
|
namespace Content.Client.Power.PowerCharge;
|
|
|
|
/// <inheritdoc cref="Content.Shared.Power.SharedPowerChargeComponent" />
|
|
[RegisterComponent]
|
|
public sealed partial class PowerChargeComponent : SharedPowerChargeComponent
|
|
{
|
|
|
|
}
|