* Code cleanup for radio jammer * More Entity<T> for the people, and fix an accidental variable reuse
7 lines
193 B
C#
7 lines
193 B
C#
using Content.Shared.DeviceNetwork.Systems;
|
|
|
|
namespace Content.Client.DeviceNetwork.Systems;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class DeviceNetworkJammerSystem : SharedDeviceNetworkJammerSystem;
|