Main/Config/Configs/PlayerFacePicStarConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年5月19日
//    [  Date ]:           Friday, June 27, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -28,6 +28,7 @@
    public override void LoadConfig(string input)
    {
        try {
        string[] tables = input.Split('\t');
        int.TryParse(tables[0],out index); 
@@ -64,5 +65,10 @@
                int.TryParse(StarAttrValueStringArray[i],out StarAttrValue[i]);
            }
         }
        }
        catch (Exception exception)
        {
            Debug.LogError(exception);
        }
    }
}