test
This commit is contained in:
parent
53641fc8e7
commit
657d307485
28 changed files with 2045 additions and 161 deletions
|
|
@ -133,10 +133,10 @@ public abstract class GameExecutor
|
|||
{
|
||||
Log.Information("Recovering: escaping and going to hideout");
|
||||
await _game.FocusGame();
|
||||
await _game.PressEscape();
|
||||
await Sleep(Delays.PostEscape);
|
||||
await _game.PressEscape();
|
||||
await Sleep(Delays.PostEscape);
|
||||
// await _game.PressEscape();
|
||||
// await Sleep(Delays.PostEscape);
|
||||
// await _game.PressEscape();
|
||||
// await Sleep(Delays.PostEscape);
|
||||
|
||||
var arrived = await _inventory.WaitForAreaTransition(
|
||||
_config.TravelTimeoutMs, () => _game.GoToHideout());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue