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

Enumerator
None 
DOS 
Windows 
Unix 
InfoZip1 

Definition at line 7 of file ZipEntryTimestamp.cs.

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 }