2023-11-06 05:36:08 +03:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Overlays;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-04-17 23:20:44 -04:00
|
|
|
/// This component allows you to identify members of the Syndicate faction.
|
2023-11-06 05:36:08 +03:00
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
|
|
|
public sealed partial class ShowSyndicateIconsComponent : Component {}
|