mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-19 06:57:23 -05:00
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)
}
|
||
|---|---|---|
| .. | ||
| IGridItem.cs | ||
| InventorySet.cs | ||
| InventoryType.cs | ||
| Item.cs | ||
| ItemType.cs | ||