IEnumerator ClearSelectedFromBoth()
    {
        yield return(new WaitForSeconds(2));

        opponent.ClearSelectedChoice();
        player.ClearSelectedChoice();
        EnableButtons();
    }