using RGB.NET.Core; namespace RGB.NET.Devices.Razer { /// /// Represents a razer RGB-device. /// public interface IRazerRGBDevice : IRGBDevice { } }