NHSE/NHSE.Core/Structures/Item
Kurt da4b292588 Add villager item editing
Furniture array is inside the villager's item list; there's another list of a different format in the offsets below

probably just a struct within another struct, like

struct villagerItem {
item; (0x08 bytes)
metadata; (0x24 bytes)
}
2020-03-29 17:12:41 -07:00
..
IGridItem.cs Add enhanced inventory editor 2020-03-28 12:46:25 -07:00
InventorySet.cs Initial commit 2020-03-27 17:54:17 -07:00
InventoryType.cs Initial commit 2020-03-27 17:54:17 -07:00
Item.cs Add villager item editing 2020-03-29 17:12:41 -07:00
ItemType.cs Initial commit 2020-03-27 17:54:17 -07:00