More changes

This commit is contained in:
Zeffuro
2025-12-30 00:12:20 +01:00
parent 0d232e1fa0
commit acdd79f73a
10 changed files with 206 additions and 8 deletions
@@ -47,7 +47,7 @@ public static unsafe class InventoryScanner
public static ulong MakeNaturalSlotKey(InventoryType container, int slot)
=> ((ulong)(uint)container << 32) | (uint)slot;
// Backwards compatible
// Backwards compatible TODO: Remove
public static void ScanBags(
InventoryManager* inventoryManager,
InventoryStackMode stackMode,