work on inventory
This commit is contained in:
parent
50d32abd49
commit
32781b1462
11 changed files with 240 additions and 146 deletions
|
|
@ -4,7 +4,9 @@ namespace Poe2Trade.Inventory;
|
|||
|
||||
public interface IInventoryManager
|
||||
{
|
||||
event Action? Updated;
|
||||
InventoryTracker Tracker { get; }
|
||||
byte[]? LastScreenshot { get; }
|
||||
bool IsAtOwnHideout { get; }
|
||||
string SellerAccount { get; }
|
||||
void SetLocation(bool atHome, string? seller = null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue