Exemplo n.º 1
0
 private static void OnRegisterSuccess(RegisterPlayFabUserResult result)
 {
     LoginUIHandler.register("");
 }
Exemplo n.º 2
0
 private static void OnRegisterFailure(PlayFabError result)
 {
     LoginUIHandler.register(result.ErrorMessage);
 }