Files
tbd-station-14/Content.Shared/Electrocution/Components/ShowElectrocutionHUDComponent.cs
slarticodefast 08bfb43feb cleanup
2024-11-22 23:02:59 +01:00

10 lines
291 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Electrocution;
/// <summary>
/// Allow an entity to see the Electrocution HUD showing electrocuted doors.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowElectrocutionHUDComponent : Component;