TelecomExemptComponent.cs 297 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Radio.Components;
  3. /// <summary>
  4. /// This is used for a radio that doesn't need a telecom server in order to broadcast.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class TelecomExemptComponent : Component;