From 23021cb033aaeb597923530223eed46c7ef0dd1d Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 23 五月 2019 18:06:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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