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