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

9 lines
202 B
C#
Raw Normal View History

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