1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00
This commit is contained in:
Darth Affe 2020-04-18 15:13:48 +02:00
parent f764c3dc8f
commit 49de32724a

View File

@ -3,6 +3,6 @@
/// <summary>
/// Represents a device with unkown or not specified type.
/// </summary>
public interface IInknownDevice : IRGBDevice
public interface IUnknownDevice : IRGBDevice
{ }
}