hch
2026-03-26 1898a5f28dfffa7bbecf5d2bf024f20b8d0490e7
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)
        {