void AddScore() { _score++; _scoreText.text = string.Format("SCORE: {0}", _score); if (0 == _score % 5) { _columnController.AddSpeed(); } }