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

◆ AssemblyNameFlags

Enumerator
None 
PublicKey 
EnableJITcompileOptimizer 
EnableJITcompileTracking 
Retargetable 

Definition at line 7 of file AssemblyNameFlags.cs.

8 {
9 // Token: 0x04001361 RID: 4961
10 None = 0,
11 // Token: 0x04001362 RID: 4962
12 PublicKey = 1,
13 // Token: 0x04001363 RID: 4963
15 // Token: 0x04001364 RID: 4964
17 // Token: 0x04001365 RID: 4965
18 Retargetable = 256
19 }