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
ZipErrorAction.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zip
4{
5 // Token: 0x02000026 RID: 38
6 public enum ZipErrorAction
7 {
8 // Token: 0x040000B9 RID: 185
9 Throw,
10 // Token: 0x040000BA RID: 186
11 Skip,
12 // Token: 0x040000BB RID: 187
13 Retry,
14 // Token: 0x040000BC RID: 188
16 }
17}