From dac2b2669e7eb8da6719e8d5f9391ad1061ac4a5 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 二月 2019 12:04:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/CrossServerArenaConfig.cs | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/Core/GameEngine/Model/Config/CrossServerArenaConfig.cs b/Core/GameEngine/Model/Config/CrossServerArenaConfig.cs
index 97482089..fdcccc9 100644
--- a/Core/GameEngine/Model/Config/CrossServerArenaConfig.cs
+++ b/Core/GameEngine/Model/Config/CrossServerArenaConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Wednesday, February 13, 2019
+// [ Date ]: Thursday, February 14, 2019
//--------------------------------------------------------
using UnityEngine;
@@ -15,9 +15,7 @@
public string Name { get ; private set; }
public int DanType { get ; private set ; }
public string IconKey { get ; private set; }
- public int LVUpScore { get ; private set ; }
- public string DanLVAwardList { get ; private set; }
- public string SeasonAwardList { get ; private set; }
+ public int LVUpScore { get ; private set ; }
public override string getKey()
{
@@ -35,11 +33,7 @@
IconKey = rawContents[3].Trim();
- LVUpScore=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
-
- DanLVAwardList = rawContents[5].Trim();
-
- SeasonAwardList = rawContents[6].Trim();
+ LVUpScore=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
}
catch (Exception ex)
{
--
Gitblit v1.8.0