Files
wwdpublic/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs
sleepyyapril b271af64da Fix Hissing & Another Airlock Error (#1596)
errors/test fail ops

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
(cherry picked from commit 7c5c4ba53b562720202937d19ae266b9e3c74f99)
2025-01-20 21:18:54 +03:00

8 lines
292 B
C#

namespace Content.Shared.Electrocution;
/// <summary>
/// Handles toggling sprite layers for the electrocution HUD to show if an entity with the ElectrifiedComponent is electrified.
/// </summary>
[RegisterComponent]
public sealed partial class ElectrocutionHUDVisualsComponent : Component;