This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace BestHTTP.Decompression.Zlib
{
// Token: 0x02001FAA RID: 8106
[Token(Token = "0x2001FAA")]
internal static class InternalInflateConstants
{
// Token: 0x0600CD9A RID: 52634 RVA: 0x002F3590 File Offset: 0x002F1790
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x600CD9A")]
[Address(RVA = "0x1973F90", Offset = "0x1972D90", VA = "0x181973F90")]
static InternalInflateConstants()
{
RuntimeHelpers.InitializeArray(new int[17], fieldof(<PrivateImplementationDetails>.F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF).FieldHandle);
}
// Token: 0x0400832D RID: 33581
[Token(Token = "0x400832D")]
internal static readonly int[] InflateMask;
}
}