ShowElectrocutionHUDComponent.cs 291 B

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