Beispiel #1
0
 private void Update()
 {
     fishWeight.text = PrettifyText.Format(fish.Weight);
 }
Beispiel #2
0
 private void Update()
 {
     this.GetComponent <Text>().text = $"{PrettifyText.Format(Gold.CurrentGold)}";
 }
Beispiel #3
0
 private void Update()
 {
     fishWeight.text = PrettifyText.Format(fish.Weight);
     ButtonUI();
     UpdatePrice();
 }