Files
crystall-punk-14/Content.Client/NetworkConfigurator/Systems/DeviceListSystem.cs

8 lines
166 B
C#
Raw Normal View History

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