/// <summary> /// Beendet das Spiel /// </summary> private void Stop() { _rocks.Stop(); _gameTimer.Stop(); _bulletItem.Stop(); _movespeedItem.Stop(); }