void UpdateManagerVariables() { balance = economyManager.GetBalance(); income = economyManager.GetIncome(); population = economyManager.GetPopulation(); happiness = happinessManager.happiness; }