inventory snapshot addition

This commit is contained in:
Boki 2026-02-24 12:37:08 -05:00
parent db3069660e
commit 53641fc8e7
7 changed files with 18 additions and 3 deletions

View file

@ -1,4 +1,5 @@
using Poe2Trade.Core;
using Poe2Trade.Screen;
namespace Poe2Trade.Inventory;
@ -11,6 +12,7 @@ public interface IInventoryManager
string SellerAccount { get; }
void SetLocation(bool atHome, string? seller = null);
Task ScanInventory(PostAction defaultAction = PostAction.Stash);
Task<ScanResult> SnapshotInventory();
Task ClearToStash();
Task<bool> EnsureAtOwnHideout();
Task ProcessInventory();