Exemplo n.º 1
0
 void UpdateMarketingBudgetDisplay()
 {
     BizSimManager.Inst.productMgr.productDisplay.UpdateMarketingLevel(TypeName, marketingBudget.GetSliderValInt());
 }
Exemplo n.º 2
0
 void UpdateProductionDisplay()
 {
     BizSimManager.Inst.productMgr.productDisplay.UpdateProductionLevel(TypeName, production.GetSliderValInt());
 }