From 3134dc12d8c9b0e2ffd6c4c14bbf22a7a95277c0 Mon Sep 17 00:00:00 2001 From: Icarus <1375400884@qq.com> Date: Mon, 23 Sep 2019 01:13:56 +0800 Subject: [PATCH] =?UTF-8?q?!B=20=E8=8A=82=E7=82=B9=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E8=AE=BE=E7=BD=AEInput=E7=9A=84Type?= =?UTF-8?q?ConstraintBaseType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/NodePort.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/NodePort.cs b/Scripts/NodePort.cs index 5b62296..dc69313 100644 --- a/Scripts/NodePort.cs +++ b/Scripts/NodePort.cs @@ -94,6 +94,7 @@ namespace XNode { public NodePort(NodePort nodePort, Node node) { _fieldName = nodePort._fieldName; ValueType = nodePort.valueType; + TypeConstraintBaseType = nodePort.TypeConstraintBaseType; _direction = nodePort.direction; _dynamic = nodePort._dynamic; _connectionType = nodePort._connectionType;