Files
Dec2017-Script-Dump/Assembly-CSharp/BestHTTP/Decompression/Zlib/OFCAPEAHCMI.cs
T
2026-06-04 11:42:34 +02:00

16 lines
320 B
C#

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