Пример #1
0
    public void StartTutorial()
    {
        sectionManager.SelectSection(1);
        currentScreen = 1;

        if (thisIsTheGameScene)
        {
            TimerPanel.SetPause(true);
        }

        StartCoroutine(ShowScreen(currentScreen));
    }