Example #1
0
 public void SwapKnight(int index01, int index02)
 {
     Central.SwapKngihts(children[index01], children[index02]);
 }