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