示例#1
0
 public void ConnectOutput(LogicNode output)
 {
     //Connects another node as an output
     output.ConnectInput(this);
 }