Esempio n. 1
0
 protected static int valueOf(Thing coin) {
   return coin.getStat(RPG.ST_ITEMVALUE) * coin.getNumber();
 }