claude-memory/graph/solutions/disassembly-system-for-unity-mod-items-03df09.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

610 B

id type title tags importance confidence created updated
03df0944-ca42-4f8f-b4a1-7d9945bcc49b solution Disassembly system for Unity mod items
efd-trading-card
unity
csharp
reflection
fix
0.7 0.8 2025-12-29T14:58:18.223085+00:00 2025-12-29T14:58:18.223085+00:00

Added DisassemblyHelper class for Escape from Duckov mod. Key learnings: DecomposeDatabase singleton stores formulas, Cost is a STRUCT requiring box/unbox for reflection (Cost+ItemEntry is nested type), must call RebuildDictionary after modifying entries. Polyethylene Sheet TypeID=764. Pattern documented in CLAUDE.md.