Exemplo n.º 1
0
 //获取某玩家的名次
 public int GetPlayerLadder(ulong guid)
 {
     return(mImpl.GetPlayerLadder(this, guid));
 }