Delta-v/Content.Client/NetworkConfigurator/Systems/DeviceListSystem.cs

8 lines
166 B
C#

using Content.Shared.DeviceNetwork.Systems;
namespace Content.Client.NetworkConfigurator.Systems;
public sealed class DeviceListSystem : SharedDeviceListSystem
{
}