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,32 @@
using System;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zip
{
// Token: 0x0200001E RID: 30
[Token(Token = "0x200001E")]
public enum ZipEntrySource
{
// Token: 0x04000097 RID: 151
[Token(Token = "0x4000097")]
None,
// Token: 0x04000098 RID: 152
[Token(Token = "0x4000098")]
FileSystem,
// Token: 0x04000099 RID: 153
[Token(Token = "0x4000099")]
Stream,
// Token: 0x0400009A RID: 154
[Token(Token = "0x400009A")]
ZipFile,
// Token: 0x0400009B RID: 155
[Token(Token = "0x400009B")]
WriteDelegate,
// Token: 0x0400009C RID: 156
[Token(Token = "0x400009C")]
JitStream,
// Token: 0x0400009D RID: 157
[Token(Token = "0x400009D")]
ZipOutputStream
}
}