Files
crystall-punk-14/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs

8 lines
292 B
C#
Raw Normal View History

2024-11-22 23:02:59 +01:00
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;