work on first boss
This commit is contained in:
parent
053a016c8b
commit
89c3a0a077
16 changed files with 702 additions and 150 deletions
|
|
@ -20,5 +20,6 @@ public interface IInventoryManager
|
|||
Task<bool> SalvageItems(List<PlacedItem> items);
|
||||
(bool[,] Grid, List<PlacedItem> Items, int Free) GetInventoryState();
|
||||
Task ClickStashTab(StashTabInfo tab, StashTabInfo? parentFolder = null);
|
||||
void ResetStashTabState();
|
||||
Task GrabItemsFromStash(string layoutName, int maxItems, string? templatePath = null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue