mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
errors/test fail ops --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> (cherry picked from commit 7c5c4ba53b562720202937d19ae266b9e3c74f99)
10 lines
291 B
C#
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;
|