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

◆ DefaultValueHandling

Enumerator
Include 
Ignore 
Populate 
IgnoreAndPopulate 

Definition at line 9 of file DefaultValueHandling.cs.

10 {
11 // Token: 0x04000050 RID: 80
12 Include = 0,
13 // Token: 0x04000051 RID: 81
14 Ignore = 1,
15 // Token: 0x04000052 RID: 82
16 Populate = 2,
17 // Token: 0x04000053 RID: 83
19 }