background click blessing of the welkin moon

This commit is contained in:
辉鸭蛋
2024-07-15 23:20:04 +08:00
parent b1534a612c
commit d56b5efaa0
2 changed files with 8 additions and 1 deletions

View File

@@ -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)