コード例 #1
0
  @Override
  public Item degrade() {
    super.degrade();

    updateLevel();
    updateQuickslot();

    return this;
  }