* Move PoweredLight to shared * Predict the rest of the owl * reacher * compinit & anim * Fix names * Revert this? * Fix these * chicken drummies * deita * Fix * review * fix * fixes * fix PVS weirdness --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
10 lines
244 B
C#
10 lines
244 B
C#
using Content.Shared.Power.Components;
|
|
|
|
namespace Content.Client.Power.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ApcPowerReceiverComponent : SharedApcPowerReceiverComponent
|
|
{
|
|
public override float Load { get; set; }
|
|
}
|