Files
crystall-punk-14/Content.Server/Radio/Components/ActiveRadioJammerComponent.cs

13 lines
292 B
C#
Raw Normal View History

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))]
public sealed partial class ActiveRadioJammerComponent : Component
2023-04-14 22:50:19 +03:00
{
}