1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 08:48:30 +00:00
CUE.NET/Wrapper/ICueDevice.cs

8 lines
123 B
C#

namespace CUE.NET.Wrapper
{
public interface ICueDevice
{
CorsairDeviceInfo DeviceInfo { get; }
}
}