@@ -6,7 +6,7 @@ namespace Content.Shared.Power.Components;
|
||||
/// <summary>
|
||||
/// Attached to APC powered entities that possess a rechargeable internal battery.
|
||||
/// If external power is interrupted, the entity will draw power from this battery instead.
|
||||
/// Requires <see cref="Content.Server.Power.Components.ApcPowerReceiverComponent"/> and <see cref="Content.Server.Power.Components.BatteryComponent"/> to function.
|
||||
/// Requires <see cref="Content.Server.Power.Components.ApcPowerReceiverComponent"/> and <see cref="BatteryComponent"/> to function.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
[Access(typeof(SharedPowerNetSystem), typeof(SharedPowerReceiverSystem))]
|
||||
|
||||
Reference in New Issue
Block a user