DeviceListSystem.cs 202 B

12345678
  1. using Content.Shared.DeviceNetwork;
  2. using Content.Shared.DeviceNetwork.Systems;
  3. namespace Content.Client.NetworkConfigurator.Systems;
  4. public sealed class DeviceListSystem : SharedDeviceListSystem
  5. {
  6. }