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