少年修仙传客户端代码仓库
Client_PangDeRong
2018-10-25 c7435c1a70ba46d22f648036a87d4d14c6a92146
4316 【前端】【1.2】坐骑、灵宠推送优化
4个文件已修改
16 ■■■■■ 已修改文件
Core/GameEngine/Model/Config/HorseConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/HorseConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/PetInfoConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/PetInfoConfig.cs.meta 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/HorseConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:            第二世界
//    [  Date ]:           Tuesday, July 31, 2018
//    [  Date ]:           Thursday, October 25, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -27,6 +27,7 @@
        public int ShowFightPower { get ; private set ; }
        public int Sort { get ; private set ; }
        public int[] RideAudios;
        public string DescribeIconKey { get ; private set; }
        public override string getKey()
        {
@@ -72,6 +73,8 @@
                {
                     int.TryParse(RideAudiosStringArray[i],out RideAudios[i]);
                }
                DescribeIconKey = rawContents[16].Trim();
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/HorseConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 11506fccebe60354881fb76fbc89c062
timeCreated: 1533018682
timeCreated: 1540439672
licenseType: Pro
MonoImporter:
  serializedVersion: 2
Core/GameEngine/Model/Config/PetInfoConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:            第二世界
//    [  Date ]:           Tuesday, July 17, 2018
//    [  Date ]:           Thursday, October 25, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -28,6 +28,7 @@
        public string InitFightPower { get ; private set; } 
        public int ShowFightPower { get ; private set ; }
        public int Sort { get ; private set ; }
        public string DescribeIconKey { get ; private set; }
        public override string getKey()
        {
@@ -75,6 +76,8 @@
                ShowFightPower=IsNumeric(rawContents[15]) ? int.Parse(rawContents[15]):0; 
            
                Sort=IsNumeric(rawContents[16]) ? int.Parse(rawContents[16]):0; 
                DescribeIconKey = rawContents[17].Trim();
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/PetInfoConfig.cs.meta
@@ -1,7 +1,7 @@
fileFormatVersion: 2
guid: 7e4484056094f9b4da70da7a8bb05e3c
timeCreated: 1531808064
licenseType: Free
timeCreated: 1540439638
licenseType: Pro
MonoImporter:
  serializedVersion: 2
  defaultReferences: []