12 lines
293 B
C#
12 lines
293 B
C#
|
|
using Robust.Shared.GameStates;
|
|||
|
|
|
|||
|
|
namespace Content.Shared._White.DeadWithoutMind;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// PARSEC. This component adds hud to see no mind dead players.
|
|||
|
|
/// </summary>
|
|||
|
|
[RegisterComponent, NetworkedComponent]
|
|||
|
|
public sealed partial class ShowDeadWithoutMindComponent : Component
|
|||
|
|
{
|
|||
|
|
}
|