Esempio n. 1
0
 public String getNextAmountString() {
   return Gold.getNumberWithSuffix(amount);
 }
Esempio n. 2
0
 public String getCurrentAmountString() {
   return Gold.getNumberWithSuffix(currentAmount);
 }