auto expedition: delay switch area time

This commit is contained in:
huiyadanli
2023-11-07 00:52:35 +08:00
parent 6e6277e531
commit 3974fbb351

View File

@@ -50,7 +50,7 @@ public class ExpeditionTask
}
else
{
TaskControl.Sleep(800);
TaskControl.Sleep(1500);
content.CaptureRectArea
.Derive(new Rect((int)(110 * assetScale), (int)((145 + 70 * i) * assetScale),
(int)(60 * assetScale), (int)(33 * assetScale)))