Files

9 lines
143 B
C#
Raw Permalink Normal View History

using Content.Shared.Radio.EntitySystems;
namespace Content.Client.DeviceNetwork;
public sealed class JammerSystem : SharedJammerSystem
{
}