inventory snapshot addition
This commit is contained in:
parent
db3069660e
commit
53641fc8e7
7 changed files with 18 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue