From c249639c00811edb11d537d0dd55cf552cc5b2d0 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 22 一月 2019 20:36:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/EquipGSParamConfig.cs | 76 +++++++++++++++++++-------------------
1 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/Core/GameEngine/Model/Config/EquipGSParamConfig.cs b/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
index 16d42c7..9145c30 100644
--- a/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
+++ b/Core/GameEngine/Model/Config/EquipGSParamConfig.cs
@@ -1,16 +1,16 @@
-锘�//--------------------------------------------------------
-// [Author]: 绗簩涓栫晫
-// [ Date ]: Wednesday, September 26, 2018
-//--------------------------------------------------------
-
-using UnityEngine;
-using System;
-
-namespace TableConfig {
-
-
- public partial class EquipGSParamConfig : ConfigBase {
-
+锘�//--------------------------------------------------------
+// [Author]: 绗簩涓栫晫
+// [ Date ]: Wednesday, September 26, 2018
+//--------------------------------------------------------
+
+using UnityEngine;
+using System;
+
+namespace TableConfig {
+
+
+ public partial class EquipGSParamConfig : ConfigBase {
+
public int ID { get ; private set ; }
public int EquipClass { get ; private set ; }
public int EquipColor { get ; private set ; }
@@ -39,16 +39,16 @@
public int AtkSpeedC { get ; private set ; }
public int SkillAtkRateReduceC { get ; private set ; }
public int HitC { get ; private set ; }
- public int MissC { get ; private set ; }
-
- public override string getKey()
- {
- return ID.ToString();
- }
-
- public override void Parse() {
- try
- {
+ public int MissC { get ; private set ; }
+
+ public override string getKey()
+ {
+ return ID.ToString();
+ }
+
+ public override void Parse() {
+ try
+ {
ID=IsNumeric(rawContents[0]) ? int.Parse(rawContents[0]):0;
EquipClass=IsNumeric(rawContents[1]) ? int.Parse(rawContents[1]):0;
@@ -105,18 +105,18 @@
HitC=IsNumeric(rawContents[27]) ? int.Parse(rawContents[27]):0;
- MissC=IsNumeric(rawContents[28]) ? int.Parse(rawContents[28]):0;
- }
- catch (Exception ex)
- {
- DebugEx.Log(ex);
- }
- }
-
- }
-
-}
-
-
-
-
+ MissC=IsNumeric(rawContents[28]) ? int.Parse(rawContents[28]):0;
+ }
+ catch (Exception ex)
+ {
+ DebugEx.Log(ex);
+ }
+ }
+
+ }
+
+}
+
+
+
+
--
Gitblit v1.8.0