コード例 #1
0
 public void Connect(NodePin otherPin)
 {
     Connected.InvokeSafe(new NodePinConnectEvent(this, otherPin));
 }