fish-station/Content.Shared/Administration/Components/KillSignComponent.cs
Pok ae55204f9f
Move some admin components to shared (#41677)
* AdminSystem-move-to-shared

* review
2025-12-02 19:39:21 +00:00

6 lines
188 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Administration.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class KillSignComponent : Component;