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