2023-04-14 22:50:19 +03:00
|
|
|
using Content.Server.Radio.EntitySystems;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Radio.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Prevents all radio in range from sending messages
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
[Access(typeof(JammerSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ActiveRadioJammerComponent : Component
|
2023-04-14 22:50:19 +03:00
|
|
|
{
|
|
|
|
|
}
|