Exemplo n.º 1
0
 public void LeaveGame()
 {
     Connection.Socket.LeaveMatchAsync(Matchmaker.Match);
     Matchmaker.CancelSearch();
     GlobalModel.ResetGameFlags();
     ExitScene("MainMenu");
 }
Exemplo n.º 2
0
 public void OnCancelMatchmaking()
 {
     Matchmaker.CancelSearch();
     CloseDialog(FindingMatchDialog);
 }