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.cs
Go to the documentation of this file.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x02000021 RID: 33
7 [Flags]
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 }
20}