示例#1
0
 void Update()
 {
     fishText.text = CurrencyController.currencyName + ": " + currencyController.getCurrencyString(false);
     fpsText.text  = CurrencyController.currencyPerSecondName + ": " + factoryController.getOutputPerSecond();
 }