From 4d1c113b5fee92a8a6922e036cbb5c1ae2fd4b0a Mon Sep 17 00:00:00 2001 From: "fernando.toigo" Date: Fri, 25 Oct 2019 14:18:29 -0300 Subject: [PATCH] Testing block of commit --- Scripts/NodePort.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}