1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Testing block of commit

This commit is contained in:
fernando.toigo 2019-10-25 14:18:29 -03:00
parent 76c309e704
commit 4d1c113b5f

View File

@ -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 {
}
}
}
}
}