mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
12 lines
252 B
C#
12 lines
252 B
C#
using CUE.NET.Native;
|
|
|
|
namespace CUE.NET.Wrapper.Headset
|
|
{
|
|
public class CorsairHeadsetDeviceInfo : GenericDeviceInfo
|
|
{
|
|
public CorsairHeadsetDeviceInfo(_CorsairDeviceInfo nativeInfo)
|
|
: base(nativeInfo)
|
|
{ }
|
|
}
|
|
}
|