This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,15 @@
using System;
namespace BestHTTP.Decompression.Zlib
{
// Token: 0x020001D2 RID: 466
internal static class OFCAPEAHCMI
{
// Token: 0x04000BE6 RID: 3046
internal static readonly int[] NLHBICPAFKM = new int[]
{
0, 1, 3, 7, 15, 31, 63, 127, 255, 511,
1023, 2047, 4095, 8191, 16383, 32767, 65535
};
}
}