using Robust.Shared.GameStates; namespace Content.Shared._White.DeadWithoutMind; /// /// PARSEC. This component adds hud to see no mind dead players. /// [RegisterComponent, NetworkedComponent] public sealed partial class ShowDeadWithoutMindComponent : Component { }