public IEnumerator CreateCharacter(Coroutine coroutine, ulong clientId, int serverId, int type, string name, AsyncReturnValue <int, ulong> asyValue) { return(mImpl.CreateCharacter(coroutine, clientId, serverId, type, name, asyValue, this)); }