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