Пример #1
0
 //获取某玩家的DB数据
 public DBRank_One GetPlayerData(ulong guid)
 {
     return(mImpl.GetPlayerData(this, guid));
 }