mirror of
https://github.com/kwsch/NHSE.git
synced 2026-05-09 12:11:06 -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)
}
|
||
|---|---|---|
| .. | ||
| Controls | ||
| Properties | ||
| Subforms | ||
| Util | ||
| Editor.cs | ||
| Editor.Designer.cs | ||
| Editor.resx | ||
| FodyWeavers.xml | ||
| FodyWeavers.xsd | ||
| icon.ico | ||
| Main.cs | ||
| Main.Designer.cs | ||
| Main.resx | ||
| NHSE.WinForms.csproj | ||
| Program.cs | ||