6
2026-01-18 12:53:36 +03:00

10 lines
297 B
C#

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