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();