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

◆ SpecialFolderOption

Enumerator
None 
DoNotVerify 
Create 

Definition at line 2410 of file Environment.cs.

2411 {
2412 [global::Cpp2ILInjected.Token(Token = "0x400062B")]
2413 None,
2414 [global::Cpp2ILInjected.Token(Token = "0x400062C")]
2415 DoNotVerify = 16384,
2416 [global::Cpp2ILInjected.Token(Token = "0x400062D")]
2417 Create = 32768
2418 }