yyl
2025-12-01 ea185afc20a915d15eae8adb07d0acd837f3c210
Main/System/Main/MainWin.cs
@@ -195,6 +195,7 @@
        {
            if (currentSubUI != null && currentSubUI.name == "HomeWin")
            {
                fightEffect.Play();
                //手动自动一起处理
                AutoFightModel.Instance.StartFight();
            }
@@ -350,6 +351,7 @@
    {
        if (isfighting)
        {
            if (!fightEffect.isPlaying)
            fightEffect.Play();
            nextCantAttackMask.localScale = Vector3.zero;
            cdTween.SetStartState();