PowerChargeComponent.cs 254 B

12345678910
  1. using Content.Shared.Power;
  2. namespace Content.Client.Power.PowerCharge;
  3. /// <inheritdoc cref="Content.Shared.Power.SharedPowerChargeComponent" />
  4. [RegisterComponent]
  5. public sealed partial class PowerChargeComponent : SharedPowerChargeComponent
  6. {
  7. }