Пример #1
0
    public void ConfirmSelection()
    {
        selecting = false;
        GameManager.Instance.SetSelectedHero(this);
        currentHeroCard.ConfirmHero();

        if (SoundManager.Instance)
        {
            SoundManager.Instance.PlaySoundUI(1);
        }

        AttempGoMapSelection();
    }