Ejemplo n.º 1
0
    public void Progress()
    {
        currentClearedTasks++;

        if (currentClearedTasks == numberOfTasks)
        {
            taskCompleted = true;
            tutorialArea.ReportForwardProgress(this);
        }
    }