aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphX-master/RealTimeGraphX/IGraphComponent.cs
blob: dd8f4ee1d9f4c8340565e679f2adddf40e1f3b28 (plain)
1
2
3
4
5
6
7
8
9
10
namespace RealTimeGraphX
{
    /// <summary>
    /// Represents a RealTimeGraphX component.
    /// </summary>
    public interface IGraphComponent 
    {

    }
}