Show mod stats!

This commit is contained in:
Tyfon
2024-04-28 19:26:42 -07:00
parent 9c77de2c66
commit 7baaecc6e1
5 changed files with 412 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
using BepInEx;
using UIFixes.Patches;
namespace UIFixes
{
@@ -19,6 +18,7 @@ namespace UIFixes
new DisabledActionsPatch().Enable();
SwapPatch.Enable();
new TooltipPatch().Enable();
ItemPanelPatches.Enable();
}
}
}