Files
OldThink/Content.Shared/Overlays/ShowAntagonistIconsComponent.cs
2024-11-12 22:20:15 +03:00

10 lines
290 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Overlays;
/// <summary>
/// This component allows you to identify members of the Syndicate faction.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowAntagonistIconsComponent : Component {}