示例#1
0
文件: Coin.java 项目: tukkek/javelin
 protected static int valueOf(Thing coin) {
   return coin.getStat(RPG.ST_ITEMVALUE) * coin.getNumber();
 }