Example #1
0
 public BranchOutput(BranchNode branch) : this()
 {
     Node = branch;
 }
Example #2
0
 public BranchInput(NpcChatProject project, BranchNode branch)
     : this(project)
 {
     Node = branch;
 }