示例#1
0
 public DrakonLoop()
 {
     LoopInstructions = new DrakonCodeTree();
 }
示例#2
0
 public DrakonIf()
 {
     TrueInstructions  = new DrakonCodeTree();
     FalseInstructions = new DrakonCodeTree();
 }