Example #1
0
    void SelectDifficulty()
    {
        if (temporary.GetDiffID() == -1)
        {
            temporary.SetDiffID(index);
        }

        if (temporary.GetMapID() != -1)
        {
            navigation.DisableDifficultyBack();
            loadingManager.ShowLoadingScreen();
            temporary.SwitchScene();
        }
    }