mirror of
https://github.com/babalae/better-genshin-impact
synced 2025-01-07 03:17:16 +08:00
fix skip blessing of the welkin moon
This commit is contained in:
parent
726863462a
commit
d86959297c
@ -5,6 +5,7 @@ using System.Diagnostics;
|
||||
using BetterGenshinImpact.GameTask.Common;
|
||||
using BetterGenshinImpact.GameTask.Common.BgiVision;
|
||||
using BetterGenshinImpact.GameTask.Common.Element.Assets;
|
||||
using BetterGenshinImpact.GameTask.Model.Area;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace BetterGenshinImpact.GameTask.GameLoading;
|
||||
@ -92,6 +93,7 @@ public class GameLoadingTrigger : ITaskTrigger
|
||||
var ysRa = content.CaptureRectArea.Find(ElementAssets.Instance.PrimogemRo);
|
||||
if (!ysRa.IsEmpty())
|
||||
{
|
||||
GameCaptureRegion.GameRegion1080PPosMove(10,10);
|
||||
TaskContext.Instance().PostMessageSimulator.LeftButtonClickBackground();
|
||||
Debug.WriteLine("[GameLoading] 跳过原石");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user