hch
2025-09-12 b1b5963bc1cbbfcd1a413b92e4450ebb8d2f6169
Main/Config/Configs/priorbundleConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年9月11日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -8,9 +8,9 @@
using UnityEngine;
using LitJson;
public partial class priorbundleConfig : ConfigBase<int, priorbundleConfig>
public partial class PriorBundleConfig : ConfigBase<int, PriorBundleConfig>
{
    static priorbundleConfig()
    static PriorBundleConfig()
    {
        // 访问过静态构造函数
        visit = true;