feat(D.2b): wire InventoryController container-open callbacks to the live session

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-22 14:32:56 +02:00
parent 7407a71d68
commit ba5f974f56

View file

@ -2238,7 +2238,9 @@ public sealed class GameWindow : IDisposable
datFont: vitalsDatFont,
contentsEmptySprite: contentsEmpty,
sideBagEmptySprite: sideBagEmpty,
mainPackEmptySprite: mainPackEmpty);
mainPackEmptySprite: mainPackEmpty,
sendUse: g => _liveSession?.SendUse(g),
sendNoLongerViewing: g => _liveSession?.SendNoLongerViewingContents(g));
Console.WriteLine("[D.2b-B] retail inventory window from LayoutDesc importer (0x21000023).");
}