6
StarHorizon_Public/Content.Shared/Electrocution/Components/ShowElectrocutionHUDComponent.cs
2026-01-24 12:49:55 +03: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;