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
ZipEntryTimestamp.cs
Go to the documentation of this file.
1using System;
2
3namespace Ionic.Zip
4{
5 // Token: 0x02000022 RID: 34
6 [Flags]
7 public enum ZipEntryTimestamp
8 {
9 // Token: 0x040000A7 RID: 167
10 None = 0,
11 // Token: 0x040000A8 RID: 168
12 DOS = 1,
13 // Token: 0x040000A9 RID: 169
14 Windows = 2,
15 // Token: 0x040000AA RID: 170
16 Unix = 4,
17 // Token: 0x040000AB RID: 171
18 InfoZip1 = 8
19 }
20}