Allow for SortaKinda imports

This commit is contained in:
Zeffuro
2025-12-21 15:05:00 +01:00
parent bada2bdc8a
commit 5561305af8
5 changed files with 231 additions and 5 deletions
@@ -106,6 +106,12 @@ public class AddonInventoryWindow : NativeAddon
base.OnUpdate(addon);
}
public void ManualRefresh()
{
InventoryState.RefreshFromGame();
RefreshCategoriesCore(true);
}
private void OnInventoryUpdate(AddonEvent type, AddonArgs args)
{
InventoryState.RefreshFromGame();