Files
tbd-station-14/Content.Server/Traitor/Uplink/UplinkComponent.cs
2024-06-01 11:29:17 -04:00

8 lines
230 B
C#

namespace Content.Server.Traitor.Uplink;
/// <summary>
/// This is used for identifying something as a hidden uplink and showing the UI.
/// </summary>
[RegisterComponent]
public sealed partial class UplinkComponent : Component;