lcy
2025-12-30 64166885248e4c1f64e7c87ac04c59150add960c
Main/Config/Configs/HeroFatesQualityLVConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年12月10日
//    [  Date ]:           2025年12月30日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
   public int FatesLV;
   public int NeedStarTotal;
   public int NeedHeroCnt;
   public int NeedQuality;
    public override int LoadKey(string _key)
    {
@@ -41,6 +42,8 @@
         int.TryParse(tables[3],out NeedStarTotal); 
         int.TryParse(tables[4],out NeedHeroCnt); 
         int.TryParse(tables[5],out NeedQuality);
        }
        catch (Exception exception)
        {