From 37e3b2471131061c833b4c7acc3068c908f3182d Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期三, 18 十二月 2024 22:34:47 +0800 Subject: [PATCH] 10337 【越南】【英文】【BT】爬塔通关类的支持一键过关 --- System/GeneralConfig/GeneralDefine.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs index 3cd64dc..ba0fd9e 100644 --- a/System/GeneralConfig/GeneralDefine.cs +++ b/System/GeneralConfig/GeneralDefine.cs @@ -238,6 +238,9 @@ public static Dictionary<int, List<int>> ZhanLingCtgIdHDict { get; private set; } public static Dictionary<int, int> OldZhanLingCtgIdDict { get; private set; } + public static float fightPowerMore; //鎴樺姏瓒呰繃姣斾緥鎵嶅彲蹇�熸寫鎴� + public static int flashKillMaxCount; //杩炴潃鏈�澶ф鏁� + public static void Init() { try @@ -959,6 +962,10 @@ } } + func = FuncConfigConfig.Get("FBQuickPass"); + fightPowerMore = float.Parse(func.Numerical1); + flashKillMaxCount = int.Parse(func.Numerical2); + } catch (Exception ex) { -- Gitblit v1.8.0