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

8 lines
158 B
C#
Raw Normal View History

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