| 29 | } |
| 30 | |
| 31 | void OnPlayFabFail(const PlayFab::PlayFabError& error, void*) |
| 32 | { |
| 33 | printf(("========== PlayFab call Failed: " + error.GenerateReport() + "\n").c_str()); |
| 34 | } |
| 35 | |
| 36 | void OnProfile(const PlayFab::ClientModels::GetPlayerProfileResult& result, void*) |
| 37 | { |
nothing calls this directly
no test coverage detected