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,26 @@
using System;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zlib
{
// Token: 0x02000044 RID: 68
[Token(Token = "0x2000044")]
public sealed class Adler
{
// Token: 0x0600022F RID: 559 RVA: 0x00003228 File Offset: 0x00001428
[Token(Token = "0x600022F")]
[Address(RVA = "0x10A2540", Offset = "0x10A1540", VA = "0x1810A2540")]
public static uint Adler32(uint adler, byte[] buf, int index, int len)
{
return 0U;
}
// Token: 0x0400024D RID: 589
[Token(Token = "0x400024D")]
private static readonly uint BASE;
// Token: 0x0400024E RID: 590
[Token(Token = "0x400024E")]
private static readonly int NMAX;
}
}