NHSE/NHSE.Core/Util
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
..
ArrayUtil.cs Replace player/town name on edit 2020-03-29 12:41:27 -07:00
ComboItem.cs Sort item list drop-down 2020-03-29 15:31:09 -07:00
RandUtil.cs Add some xmldoc 2020-03-27 21:01:24 -07:00
ResourceUtil.cs Add some xmldoc 2020-03-27 21:01:24 -07:00
StringUtil.cs Add some xmldoc 2020-03-27 21:01:24 -07:00
StructConverter.cs Add villager item editing 2020-03-29 17:12:41 -07:00