From b8f56070e35503272bb387b5d62476cda3d22b96 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 17 九月 2018 19:03:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/FunctionForecastConfig.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Core/GameEngine/Model/Config/FunctionForecastConfig.cs b/Core/GameEngine/Model/Config/FunctionForecastConfig.cs
index 99ab8de..3e8880f 100644
--- a/Core/GameEngine/Model/Config/FunctionForecastConfig.cs
+++ b/Core/GameEngine/Model/Config/FunctionForecastConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Wednesday, September 12, 2018
+// [ Date ]: Monday, September 17, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -24,7 +24,8 @@
public int Display { get ; private set ; }
public int RedPointLV { get ; private set ; }
public int RedPointPercentage { get ; private set ; }
- public int FrameLevel { get ; private set ; }
+ public int FrameLevel { get ; private set ; }
+ public int OpenNumber { get ; private set ; }
public override string getKey()
{
@@ -60,7 +61,9 @@
RedPointPercentage=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0;
- FrameLevel=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0;
+ FrameLevel=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0;
+
+ OpenNumber=IsNumeric(rawContents[14]) ? int.Parse(rawContents[14]):0;
}
catch (Exception ex)
{
--
Gitblit v1.8.0