ElectrocutionHUDVisualsComponent.cs 292 B

1234567
  1. namespace Content.Shared.Electrocution;
  2. /// <summary>
  3. /// Handles toggling sprite layers for the electrocution HUD to show if an entity with the ElectrifiedComponent is electrified.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class ElectrocutionHUDVisualsComponent : Component;