Shift-click sort to keep containers in place

This commit is contained in:
Tyfon
2024-07-13 18:07:10 -07:00
parent 0277490e8a
commit ed9858de00
3 changed files with 166 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ public class Plugin : BaseUnityPlugin
FleaSlotSearchPatches.Enable();
MoveSortingTablePatches.Enable();
FilterOutOfStockPatches.Enable();
SortPatches.Enable();
}
public static bool InRaid()