Files
tbd-station-14/Content.Shared/Overlays/ShowSyndicateIconsComponent.cs
IntegerTempest 615f15e8a9 Nukeops hud (#21260)
* a

* a

* a2

* syndi visor

* left icon

* a3
2023-11-05 19:36:08 -07:00

10 lines
214 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Overlays;
/// <summary>
///
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowSyndicateIconsComponent : Component {}