[improv]优化Packet.ToArray性能问题
大石头 编写于 2024-09-11 09:04:36 大石头 提交于 2024-09-11 09:10:28
X
#if __CORE__
using System;
using System.Collections.Generic;
using System.Text;

namespace System.Web.Script.Serialization
{
    /// <summary>忽略Json序列化</summary>
    public class ScriptIgnoreAttribute : Attribute { }
}
#endif