Example #1
0
        public static new ItemLocation Construct()
        {
            CraftedItem item = new CraftedItem();

            item.Bind = BindsOn.BoE; // Default to BoE, we only specify BoA in the Source checks
            return(item);
        }
Example #2
0
        public static new ItemLocation Construct()
        {
            CraftedItem item = new CraftedItem();

            return(item);
        }