예제 #1
0
 void UpdateMarketingBudgetDisplay()
 {
     BizSimManager.Inst.productMgr.productDisplay.UpdateMarketingLevel(TypeName, marketingBudget.GetSliderValInt());
 }
예제 #2
0
 void UpdateProductionDisplay()
 {
     BizSimManager.Inst.productMgr.productDisplay.UpdateProductionLevel(TypeName, production.GetSliderValInt());
 }