using RGB.NET.Core; namespace RGB.NET.Devices.Msi; /// /// Represents a MSI RGB-device. /// public interface IMsiRGBDevice : IRGBDevice;