Auto-stack money, ammo, other in containers

This commit is contained in:
Tyfon
2024-04-29 15:12:48 -07:00
parent 7baaecc6e1
commit 42508308bc
4 changed files with 101 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ namespace UIFixes
SwapPatch.Enable();
new TooltipPatch().Enable();
ItemPanelPatches.Enable();
new ContainerStackPatch().Enable();
}
}
}