refactoring
This commit is contained in:
parent
696fd07e86
commit
50d32abd49
20 changed files with 334 additions and 225 deletions
12
src/Poe2Trade.Core/Delays.cs
Normal file
12
src/Poe2Trade.Core/Delays.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Poe2Trade.Core;
|
||||
|
||||
public static class Delays
|
||||
{
|
||||
public const int PostFocus = 300;
|
||||
public const int PostTravel = 1500;
|
||||
public const int PostStashOpen = 1000;
|
||||
public const int ClickInterval = 150;
|
||||
public const int PostEscape = 500;
|
||||
public const int PageLoad = 2000;
|
||||
public const int EmptyRefreshWait = 5000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue