Beispiel #1
0
 //调玩家位置
 public static IEnumerator GmGoto(Coroutine coroutine,
                                  ObjCharacter Character,
                                  int targetSceneId,
                                  int x,
                                  int y,
                                  AsyncReturnValue <ErrorCodes> error)
 {
     return(mImpl.GmGoto(coroutine, Character, targetSceneId, x, y, error));
 }