Exemple #1
0
    public void ShowPostGame(int winnerIdx)
    {
        postGame.SetWinner(winnerIdx);
        EventSystem evt = EventSystem.current;

        evt.SetSelectedGameObject(rematchButton);
    }