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