mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-12 08:48:30 +00:00
8 lines
123 B
C#
8 lines
123 B
C#
namespace CUE.NET.Wrapper
|
|
{
|
|
public interface ICueDevice
|
|
{
|
|
CorsairDeviceInfo DeviceInfo { get; }
|
|
}
|
|
}
|