From aa72688fbfcba5cf8d90a7b34700bbe1f9ebee12 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 11 九月 2025 22:26:52 +0800 Subject: [PATCH] 0312 自动战斗打BOSS暂停 --- Main/System/Main/AutoFightModel.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Main/System/Main/AutoFightModel.cs b/Main/System/Main/AutoFightModel.cs index a2c62b2..0eb4c3a 100644 --- a/Main/System/Main/AutoFightModel.cs +++ b/Main/System/Main/AutoFightModel.cs @@ -36,6 +36,7 @@ } //鑷姩妯″紡, 鐪熸鐐瑰嚮鎴橀敜娑堣�楀紑鍚紝鍜屼紤鎭紙鎴栨棤鏉愭枡锛夊仠姝� + public bool isPause = false; //濡傛墦BOSS鐨勬儏鍐碉紝鏆傚仠鑷姩鎴樻枟 鍚庣画鍙互琛ュ厖姣廥绉掓娴嬩笅鏄惁鏈夊紓甯� bool m_IsAutoAttack = false; public bool isAutoAttack { -- Gitblit v1.8.0