lcy
2025-11-05 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
Main/Config/Configs/ChatBubbleBoxConfig.cs
@@ -1,17 +1,20 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年6月18日
//    [  Date ]:           2025年8月5日
//--------------------------------------------------------
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System;
using UnityEngine;
using LitJson;
public partial class ChatBubbleBoxConfig : ConfigBase<int, ChatBubbleBoxConfig>
{
    static ChatBubbleBoxConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int ID;
   public string Name;