少年修仙传客户端代码仓库
Core/GameEngine/Model/Config/FaceConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           2024年5月17日
//    [  Date ]:           2024年9月22日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -16,6 +16,8 @@
    public readonly string name;
   public readonly int frameCnt;
   public readonly int speed;
   public readonly int frameType;
   public readonly int EmojiPackID;
   public readonly string folder;
   public FaceConfig()
@@ -34,7 +36,11 @@
         int.TryParse(tables[2],out speed); 
         folder = tables[3];
         int.TryParse(tables[3],out frameType);
         int.TryParse(tables[4],out EmojiPackID);
         folder = tables[5];
        }
        catch (Exception ex)
        {