From 625e008e9adedab35312e5814e024b7da66caf99 Mon Sep 17 00:00:00 2001
From: QD_LCJ <461730578@qq.com>
Date: 星期四, 09 八月 2018 21:19:35 +0800
Subject: [PATCH] 2313 2315 【前端】仙界密境“单人进入”流程修改 冰晶矿脉“单人进入”流程修改
---
System/GeneralConfig/GeneralConfig.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/System/GeneralConfig/GeneralConfig.cs b/System/GeneralConfig/GeneralConfig.cs
index 16f723f..8e94c3e 100644
--- a/System/GeneralConfig/GeneralConfig.cs
+++ b/System/GeneralConfig/GeneralConfig.cs
@@ -127,6 +127,8 @@
public int inGameDownLoadHighestLevelPoint { get; private set; }
+ public List<int> dungeonCanUseMoneyIds { get; private set; }
+
public void Init()
{
try
@@ -430,6 +432,8 @@
func = ConfigManager.Instance.GetTemplate<FuncConfigConfig>("PrefightAtkRange");
PrefightAtkRange = float.Parse(func.Numerical1);
inGameDownLoadHighestLevelPoint = GetInt("DownReward", 2);
+
+ dungeonCanUseMoneyIds = new List<int>(GetIntArray("FBEnterTickeyAuto", 1));
}
catch (Exception ex)
{
--
Gitblit v1.8.0