Exemplo n.º 1
0
    IEnumerator OnScoresLoaded()
    {
        while (RequestHandler.isLoading)
        {
            yield return(new WaitForSeconds(0.2f));
        }

        highScoreTable.AddScores(GameScores);
    }