Esempio n. 1
0
 void OnJoinPendingMatchError(JoinPendingMatchResponse response)
 {
     Debug.Log("Failed to join pending match");
 }
Esempio n. 2
0
 void OnJoinPendingMatchSuccess(JoinPendingMatchResponse response)
 {
     Debug.Log("Joined pending match");
 }