Files
crystall-punk-14/Content.Client/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs

7 lines
193 B
C#
Raw Permalink Normal View History

using Content.Shared.DeviceNetwork.Systems;
namespace Content.Client.DeviceNetwork.Systems;
/// <inheritdoc/>
public sealed class DeviceNetworkJammerSystem : SharedDeviceNetworkJammerSystem;