private void OnGameWin() { profile.UpdateCoins(profile.GetCoins() + currentNumberOfCoins); profile.UnlockDifficulty(currentDifficultyIdx + 1); }