diff --git a/Scripts/NodePort.cs b/Scripts/NodePort.cs index 1000b23..3742710 100644 --- a/Scripts/NodePort.cs +++ b/Scripts/NodePort.cs @@ -19,6 +19,8 @@ namespace XNode { } } + // Test + public IO direction { get { return _direction; } } public Node.ConnectionType connectionType { get { return _connectionType; } } public Node.TypeConstraint typeConstraint { get { return _typeConstraint; } } @@ -400,4 +402,4 @@ namespace XNode { } } } -} \ No newline at end of file +}