yyl
2025-09-05 fe421e1b91bbb3f69e494ec58dd8092d61346f5e
Main/System/Main/AutoFightWin.cs
@@ -232,6 +232,7 @@
                if (isOK)
                {
                    AutoFightModel.Instance.isAutoAttackSet = false;
                    AutoFightModel.Instance.isAutoAttack = false;
                    AutoFightModel.Instance.fightCost = int.Parse(costText.text);
                    AutoFightModel.Instance.fightSpeed = int.Parse(speedText.text);
                    AutoFightModel.Instance.isStopFightByBetterEquip = betterEquipToggle.isOn;