hch
2025-12-04 7ceccc591077b348613dcd1880408b82e2a183d4
Main/Config/Configs/priorbundleConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年9月11日
//    [  Date ]:           Thursday, December 4, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -20,7 +20,6 @@
   public string AssetABName;
   public int AssetType;
   public int Prior;
   public int mapId;
    public override int LoadKey(string _key)
    {
@@ -39,8 +38,6 @@
         int.TryParse(tables[2],out AssetType); 
         int.TryParse(tables[3],out Prior); 
         int.TryParse(tables[4],out mapId);
        }
        catch (Exception exception)
        {