mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 09:08:34 +00:00
12 lines
225 B
C#
12 lines
225 B
C#
// ReSharper disable UnusedMember.Global
|
|
// ReSharper disable InconsistentNaming
|
|
|
|
namespace CUE.NET.Devices.Headset.Enums
|
|
{
|
|
public enum CorsairHeadsetLedId
|
|
{
|
|
LeftLogo = 152,
|
|
RightLogo = 153
|
|
}
|
|
}
|