Ejemplo n.º 1
0
    public void CheckIfSolution()
    {
        int solution = vhsData.IsSolution();

        if (solution != -1)
        {
            goalSheet.SetGoal(solution);
        }
    }