Files
wwdpublic/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs
sleepyyapril 853891dc37 Fix Airlock Error (#1593)
fixes the "missing layer" error

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
(cherry picked from commit d1fefc084d12f9f5fb27bb5acf87cba06539e8b7)
2025-01-20 21:09:36 +03:00

10 lines
294 B
C#

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