From f2647352bb32a5bf57c1256633754acddf212b2d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 23 五月 2019 17:56:04 +0800
Subject: [PATCH] 6926 子 【策划】【2.0】魔族法宝 / 【2.0】【前端】魔族法宝挑战需求调整
---
System/GeneralConfig/GeneralDefine.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs
index 2752f14..fc09b31 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -193,6 +193,7 @@
public static Dictionary<int, float> AtkTypeIncreasePushDis = new Dictionary<int, float>();
public static Dictionary<int, CameraController.LookAtData> NpcDieSetCamera = new Dictionary<int, CameraController.LookAtData>();
public static int BlueEquipJumpLevel { get; private set; }
+ public static int[] defenseGetWays { get; private set; }
public static void Init()
{
@@ -789,6 +790,8 @@
NpcDieSetCamera[(int)_child[0]] = _lookAtData;
}
}
+
+ defenseGetWays = GetIntArray("DefenseGetWays", 1);
}
catch (Exception ex)
{
--
Gitblit v1.8.0