mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
background click blessing of the welkin moon
This commit is contained in:
@@ -84,7 +84,8 @@ public class GameLoadingTrigger : ITaskTrigger
|
||||
var wmRa = content.CaptureRectArea.Find(_assets.WelkinMoonRo);
|
||||
if (!wmRa.IsEmpty())
|
||||
{
|
||||
wmRa.BackgroundClick();
|
||||
// wmRa.BackgroundClick();
|
||||
TaskContext.Instance().PostMessageSimulator.LeftButtonClickBackground();
|
||||
_welkinMoonClickCount++;
|
||||
Debug.WriteLine("[GameLoading] Click blessing of the welkin moon");
|
||||
if (_welkinMoonClickCount > 2)
|
||||
|
||||
Reference in New Issue
Block a user