10 lines
199 B
C#
10 lines
199 B
C#
|
|
using System.Linq;
|
||
|
|
using Content.Shared.DeviceNetwork;
|
||
|
|
using Robust.Client.Graphics;
|
||
|
|
|
||
|
|
namespace Content.Client.NetworkConfigurator;
|
||
|
|
|
||
|
|
public sealed class DeviceListSystem : SharedDeviceListSystem
|
||
|
|
{
|
||
|
|
}
|