public void Retry() { money.SetMoney(PlayerPrefs.GetInt("Money")); Level level = FindObjectOfType <Level>(); level.ReloadLevel(); }