UplinkComponent.cs 230 B

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