1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

17 lines
401 B
C#

// ReSharper disable InconsistentNaming
#pragma warning disable 1591 // Missing XML comment for publicly visible type or member
namespace RGB.NET.Devices.Msi
{
/// <summary>
/// Contains list of all LEDs available for all Msi devices.
/// </summary>
public enum MsiLedIds
{
Invalid = -1,
//TODO DarthAffe 11.11.2017: Create useful Ids for all devices
}
}