private void Start() { SpawnStartFigures(); _gameView.RecolorAll(_spawnedFigures); ExecuteRandomQuestion(); _gameView.PrintScore(_score); _functionTimer.TimerStart(15); }