using RGB.NET.Core; namespace RGB.NET.Devices.Msi { /// /// Represents a msi RGB-device. /// internal interface IMsiRGBDevice : IRGBDevice { void Initialize(); } }