Files
OldThink/Content.Client/NetworkConfigurator/Systems/DeviceListSystem.cs

10 lines
199 B
C#
Raw Normal View History

using System.Linq;
using Content.Shared.DeviceNetwork;
using Robust.Client.Graphics;
namespace Content.Client.NetworkConfigurator;
public sealed class DeviceListSystem : SharedDeviceListSystem
{
}