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;