lcy
6 小时以前 16dba0ff4d2eed7f5a4a7c37640f158ee9f73d8c
Main/Config/Configs/HeroSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Tuesday, May 19, 2026
//    [  Date ]:           2026年6月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,7 @@
   public string ApearMotionName;
   public string TransfMotionName;
   public string LoopMotionName;
   public int OpenDay;
    public override int LoadKey(string _key)
    {
@@ -95,6 +96,8 @@
         TransfMotionName = tables[13];
         LoopMotionName = tables[14];
         int.TryParse(tables[15],out OpenDay);
        }
        catch (Exception exception)
        {