using RGB.NET.Core; namespace RGB.NET.Devices.Wooting.Generic { /// /// Represents a Wooting RGB-device. /// public interface IWootingRGBDevice : IRGBDevice { } }