Example #1
0
        private void HandlePlayerWins()
        {
            _mothership.Crash();

            _score += 1000;

            _state = GameState.GameOver;
        }