少年修仙传客户端代码仓库
Client_PangDeRong
2018-08-15 94b419c1ed2e1f6e9767c864c1ccd96742ed6327
【2580】商店增加售罄物品是否隐藏的字段
2个文件已修改
7 ■■■■ 已修改文件
Core/GameEngine/Model/Config/StoreConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/StoreConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/StoreConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:            第二世界
//    [  Date ]:           Tuesday, July 31, 2018
//    [  Date ]:           Wednesday, August 15, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -31,6 +31,7 @@
        public string SalesStatus { get ; private set; } 
        public int TheOnlyShop { get ; private set ; }
        public int RemindSuccess { get ; private set ; }
        public int IsHideSellOut { get ; private set ; }
        public override string getKey()
        {
@@ -89,6 +90,8 @@
                TheOnlyShop=IsNumeric(rawContents[18]) ? int.Parse(rawContents[18]):0; 
            
                RemindSuccess=IsNumeric(rawContents[19]) ? int.Parse(rawContents[19]):0; 
                IsHideSellOut=IsNumeric(rawContents[20]) ? int.Parse(rawContents[20]):0;
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/StoreConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 3fdc5e5a65b5ccf40be49e3c5b54064c
timeCreated: 1533042599
timeCreated: 1534322693
licenseType: Pro
MonoImporter:
  serializedVersion: 2