lcy
2025-11-06 09bc892c7283df8757a07b646d5af21ddaa263d1
Main/Config/Configs/ChatBubbleBoxConfig.cs
@@ -1,17 +1,20 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Friday, June 27, 2025
//    [  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;