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
Zip64Option.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zip
4{
5 // Token: 0x0200002A RID: 42
6 public enum Zip64Option
7 {
8 // Token: 0x040000FF RID: 255
10 // Token: 0x04000100 RID: 256
11 Never = 0,
12 // Token: 0x04000101 RID: 257
14 // Token: 0x04000102 RID: 258
15 Always
16 }
17}