terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Zip64Option

Enumerator
Default 
Never 
AsNecessary 
Always 

Definition at line 7 of file Zip64Option.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40000FF")]
10 Default,
11 [global::Cpp2ILInjected.Token(Token = "0x4000100")]
12 Never = 0,
13 [global::Cpp2ILInjected.Token(Token = "0x4000101")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000102")]
16 Always
17 }