Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

25 lines
766 B
C#

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;
}
}