package com.nj.augury.item; import com.nj.augury.references.Names; public class ItemAspectWeapon extends ItemWrapper{ public ItemAspectWeapon(){ super(); this.setUnlocalizedName(Names.Items.ASPECT_WEAPON); } }