Beispiel #1
0
 void RaiseError(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }
Beispiel #2
0
 protected override void ErrorProcedure(PlayFabError error)
 {
     Popup.Show(error.ErrorMessage, Popup.Hide, "Close");
 }