This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zip
{
// Token: 0x02000010 RID: 16
[Token(Token = "0x2000010")]
[Guid("ebc25cf6-9120-4283-b972-0e5520d00009")]
public class BadCrcException : ZipException
{
// Token: 0x06000032 RID: 50 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000032")]
[Address(RVA = "0x5F6360", Offset = "0x5F5160", VA = "0x1805F6360")]
public BadCrcException(string message)
{
}
}
}