Esempio n. 1
0
 //计算最高奖励的量
 public static int GetMaxLadder(int oldRank, int newRank)
 {
     return(mImpl.GetMaxLadder(oldRank, newRank));
 }