少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-17 858392485767065d0d20550c2c52398e8860a7bd
6540 【前端】【2.0】区域地图新增功能NPC显示
2个文件已修改
19 ■■■■■ 已修改文件
Core/GameEngine/Model/Config/MapEventPointConfig.cs 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/MapEventPointConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/MapEventPointConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           Thursday, February 14, 2019
//    [  Date ]:           Wednesday, April 17, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -19,6 +19,7 @@
    public readonly int IsShowInfo;
    public readonly int ShowInMipMap;
    public readonly int Colour;
    public readonly string NpcDescription;
    public readonly int LowLV;
    public readonly int HighestLV;
    public readonly int Defense;
@@ -48,17 +49,19 @@
            int.TryParse(tables[5],out Colour); 
            int.TryParse(tables[6],out LowLV);
            NpcDescription = tables[6];
            int.TryParse(tables[7],out HighestLV);
            int.TryParse(tables[7],out LowLV);
            int.TryParse(tables[8],out Defense);
            int.TryParse(tables[8],out HighestLV);
            Drop1 = tables[9];
            int.TryParse(tables[9],out Defense);
            Drop2 = tables[10];
            Drop1 = tables[10];
            EXP = tables[11];
            Drop2 = tables[11];
            EXP = tables[12];
        }
        catch (Exception ex)
        {
Core/GameEngine/Model/Config/MapEventPointConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: c1d2ccde5bec1a54ab028c9dbaf5486d
timeCreated: 1550121464
timeCreated: 1555487423
licenseType: Pro
MonoImporter:
  serializedVersion: 2