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

Revert "Testing block of commit"

This reverts commit 4d1c113b
This commit is contained in:
fernando.toigo 2019-10-25 14:42:19 -03:00
parent 4d1c113b5f
commit 7b395e5080

View File

@ -19,8 +19,6 @@ namespace XNode {
} }
} }
// Test
public IO direction { get { return _direction; } } public IO direction { get { return _direction; } }
public Node.ConnectionType connectionType { get { return _connectionType; } } public Node.ConnectionType connectionType { get { return _connectionType; } }
public Node.TypeConstraint typeConstraint { get { return _typeConstraint; } } public Node.TypeConstraint typeConstraint { get { return _typeConstraint; } }