mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-26 19:04:47 +00:00
9 lines
266 B
C#
9 lines
266 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Marker interface to identify a device that acts as the origin of a signal path (<see cref="IRoutingOutputs"/>).
|
|
/// </summary>
|
|
public interface IRoutingSource : IRoutingOutputs
|
|
{
|
|
}
|
|
} |