package electrosphere.game.data.item; /** * Hardcoded item ids for items */ public class ItemIdStrings { /** * The basic stone axe */ public static final String ITEM_STONE_AXE = "Stone Axe"; }