예제 #1
0
 public InverterNode(BlackBoard bb, BaseNode child)
 {
     this.bb        = bb;
     this.childNode = child;
 }