added items
This commit is contained in:
parent
c3de5fdb63
commit
5f90bc137b
158 changed files with 2316 additions and 512 deletions
|
|
@ -1,13 +1,13 @@
|
|||
using System.Diagnostics;
|
||||
using Poe2Trade.Core;
|
||||
using Poe2Trade.Game;
|
||||
using Poe2Trade.GameLog;
|
||||
using Poe2Trade.Inventory;
|
||||
using Poe2Trade.Navigation;
|
||||
using Poe2Trade.Screen;
|
||||
using Automata.Core;
|
||||
using Automata.Game;
|
||||
using Automata.GameLog;
|
||||
using Automata.Inventory;
|
||||
using Automata.Navigation;
|
||||
using Automata.Screen;
|
||||
using Serilog;
|
||||
|
||||
namespace Poe2Trade.Bot;
|
||||
namespace Automata.Bot;
|
||||
|
||||
/// <summary>
|
||||
/// Shared infrastructure for any map/boss activity: combat loop, WASD navigation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue