yyl
2025-12-04 5f728e2633e8e20ebafc4e534fe7e7362362c839
Main/Config/Configs/EmojiPackConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年8月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class EmojiPackConfig : ConfigBase<int, EmojiPackConfig>
{
    static EmojiPackConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int EmojiPackID;
   public string Name;