private void Lose() { StopAllCoroutines(); _mainCharacter.onGetHit -= GetHit; _mainCharacter.Dead(); gameOverScreen.CheckScore(_score); }