Beispiel #1
0
 public virtual void GoToConnectionLostScreen()
 {
     this.StopSearchingMatchGames();
     UFE.StartConnectionLostScreen();
 }
Beispiel #2
0
 public virtual void GoToConnectionLostScreen()
 {
     UFE.StartConnectionLostScreen();
 }
Beispiel #3
0
 public virtual void GoToConnectionLostScreen()
 {
     this.StopSearchingMatchGames();
     //UFE.EnsureNetworkDisconnection();
     UFE.StartConnectionLostScreen();
 }