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