コード例 #1
0
ファイル: LevelController.cs プロジェクト: ASh-911/FlappyDunk
        private void RestartGame()
        {
            ResetCombo();
            _totalScore = 0;

            _gameOverView.HideText();
            _player.Begin();
            _levelManager.ResetLevel();
            _baclCarousel.ResetCarousel();
        }