yyl
12 小时以前 c57563631580b3388bbb4c3e275720d04dd8d51b
Main/Config/Configs/HeroSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年9月3日
//    [  Date ]:           Friday, November 14, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -26,6 +26,7 @@
   public string SquareIcon;
   public string RectangleIcon;
   public string SpineRes;
   public string InitialSkinName;
    public override int LoadKey(string _key)
    {
@@ -116,6 +117,8 @@
         RectangleIcon = tables[8];
         SpineRes = tables[9];
         InitialSkinName = tables[10];
        }
        catch (Exception exception)
        {