Exemple #1
0
 public void QueueForMatch()
 {
     Matchmaking.Enqueue(NORMAL_POOL).OnComplete(MatchmakingEnqueueCallback);
 }