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;
|