mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Code cleanup for radio jammer * More Entity<T> for the people, and fix an accidental variable reuse (cherry picked from commit e33f0341ada2d8bd6ed4195ac3f0578b23e4ba8c)
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;
|