mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2026-03-24 15:58:45 +00:00
6 lines
151 B
C#
6 lines
151 B
C#
namespace RGB.NET.Devices.DMX;
|
|
|
|
/// <summary>
|
|
/// Marker interface for DMX device definitions.
|
|
/// </summary>
|
|
public interface IDMXDeviceDefinition; |