Ejemplo n.º 1
0
 //初始化
 public IEnumerator Init(Coroutine coroutine, int rankId, int rankType, int serverId, string dbname)
 {
     return(mImpl.Init(coroutine, this, rankId, rankType, serverId, dbname));
 }