yyl
2025-05-22 8ad0800aa926e02e05f63aa5cbf030251850a293
Main/Config/Configs/SkillConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年5月19日
//    [  Date ]:           2025年5月22日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -100,6 +100,7 @@
    public override void LoadConfig(string input)
    {
        try {
        string[] tables = input.Split('\t');
        int.TryParse(tables[0],out SkillID); 
@@ -256,5 +257,10 @@
         int.TryParse(tables[76],out Skillactmark); 
         int.TryParse(tables[77],out BuffDisplay); 
        }
        catch (Exception exception)
        {
            Debug.LogError(exception);
        }
    }
}