This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace BestHTTP.Decompression.Zlib
{
// Token: 0x0200208A RID: 8330
[Token(Token = "0x200208A")]
internal static class InternalInflateConstants
{
// Token: 0x0600D168 RID: 53608 RVA: 0x002FBC00 File Offset: 0x002F9E00
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x600D168")]
[Address(RVA = "0x241BF90", Offset = "0x241AF90", VA = "0x18241BF90")]
static InternalInflateConstants()
{
RuntimeHelpers.InitializeArray(new int[17], fieldof(<PrivateImplementationDetails>.F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF).FieldHandle);
}
// Token: 0x040084E6 RID: 34022
[Token(Token = "0x40084E6")]
internal static readonly int[] InflateMask;
}
}