6
StarHorizon_Public/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs
2025-11-03 10:15:18 +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;