Ejemplo n.º 1
0
 //交换两个玩家的名次
 public bool SwapIndex(int index1, int index2)
 {
     return(mImpl.SwapIndex(this, index1, index2));
 }