scripts
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.Decompression.Zlib
|
||||
{
|
||||
// Token: 0x020019CD RID: 6605
|
||||
[Token(Token = "0x20019CD")]
|
||||
[StructLayout(3)]
|
||||
internal static class InternalInflateConstants
|
||||
{
|
||||
// Token: 0x0600B1C0 RID: 45504 RVA: 0x0029AF3C File Offset: 0x0029913C
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x600B1C0")]
|
||||
[Address(RVA = "0x1E66650", Offset = "0x1E65050", VA = "0x181E66650")]
|
||||
static InternalInflateConstants()
|
||||
{
|
||||
RuntimeHelpers.InitializeArray(new int[17], fieldof(<PrivateImplementationDetails>.F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF).FieldHandle);
|
||||
}
|
||||
|
||||
// Token: 0x040074EA RID: 29930
|
||||
[Token(Token = "0x40074EA")]
|
||||
internal static readonly int[] InflateMask;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user