using RGB.NET.Core; namespace RGB.NET.Devices.CoolerMaster; /// /// Represents a CoolerMaster RGB-device. /// public interface ICoolerMasterRGBDevice : IRGBDevice;