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