Exemplo n.º 1
0
    private void Start()
    {
        SpawnStartFigures();
        _gameView.RecolorAll(_spawnedFigures);
        ExecuteRandomQuestion();
        _gameView.PrintScore(_score);

        _functionTimer.TimerStart(15);
    }