void UpdateMarketingBudgetDisplay() { BizSimManager.Inst.productMgr.productDisplay.UpdateMarketingLevel(TypeName, marketingBudget.GetSliderValInt()); }
void UpdateProductionDisplay() { BizSimManager.Inst.productMgr.productDisplay.UpdateProductionLevel(TypeName, production.GetSliderValInt()); }