mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +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; |