From 3a4eb38542bf8cc2cdf7f835a559ade8a8457ea3 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 29 九月 2018 03:02:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/GameEngine/Model/Config/DemonJarConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Core/GameEngine/Model/Config/DemonJarConfig.cs b/Core/GameEngine/Model/Config/DemonJarConfig.cs
index d0cbc53..c870ae0 100644
--- a/Core/GameEngine/Model/Config/DemonJarConfig.cs
+++ b/Core/GameEngine/Model/Config/DemonJarConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:			绗簩涓栫晫
-//    [  Date ]:		   Tuesday, August 28, 2018
+//    [  Date ]:		   Friday, September 28, 2018
 //--------------------------------------------------------
 
 using UnityEngine;
@@ -26,6 +26,7 @@
 		public int[] Job3;
 		public int KillHurtMin { get ; private set ; }
 		public int KillHurtMax { get ; private set ; }
+		public string RewardDescription { get ; private set; } 
 
 		public override string getKey()
         {
@@ -84,6 +85,8 @@
 				KillHurtMin=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0; 
 			
 				KillHurtMax=IsNumeric(rawContents[14]) ? int.Parse(rawContents[14]):0; 
+			
+				RewardDescription = rawContents[15].Trim();
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0