using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; #nullable enable namespace MemoryPack.Internal { // Preserve for Unity IL2CPP(internal but used for code generator) public sealed class PreserveAttribute : System.Attribute { } }