oh dear
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Pathfinding.Ionic.Zlib
|
||||
{
|
||||
// Token: 0x02000040 RID: 64
|
||||
[Token(Token = "0x2000040")]
|
||||
[Guid("ebc25cf6-9120-4283-b972-0e5520d0000E")]
|
||||
public class ZlibException : Exception
|
||||
{
|
||||
// Token: 0x06000229 RID: 553 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000229")]
|
||||
[Address(RVA = "0x33EBD90", Offset = "0x33EAB90", VA = "0x1833EBD90")]
|
||||
public ZlibException(string s)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user