terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ZipEntrySource.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zip
4{
5 // Token: 0x02000025 RID: 37
6 public enum ZipEntrySource
7 {
8 // Token: 0x040000B1 RID: 177
9 None,
10 // Token: 0x040000B2 RID: 178
12 // Token: 0x040000B3 RID: 179
13 Stream,
14 // Token: 0x040000B4 RID: 180
15 ZipFile,
16 // Token: 0x040000B5 RID: 181
18 // Token: 0x040000B6 RID: 182
20 // Token: 0x040000B7 RID: 183
22 }
23}