From 94c478cfa485adc30190d21f40df02df707ddef8 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 10 八月 2018 20:49:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs b/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
index a35c2c3..4e20bde 100644
--- a/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
+++ b/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Thursday, June 28, 2018
+// [ Date ]: Friday, August 10, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -23,6 +23,7 @@
public int UnLockHole { get ; private set ; }
public int UnLockCompose { get ; private set ; }
public int RuneDrop { get ; private set ; }
+ public int Fixed { get ; private set ; }
public override string getKey()
{
@@ -55,6 +56,8 @@
UnLockCompose=IsNumeric(rawContents[10]) ? int.Parse(rawContents[10]):0;
RuneDrop=IsNumeric(rawContents[11]) ? int.Parse(rawContents[11]):0;
+
+ Fixed=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0;
}
catch (Exception ex)
{
--
Gitblit v1.8.0