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
TypeNameHandling.cs
Go to the documentation of this file.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x02000039 RID: 57
8 [Flags]
9 public enum TypeNameHandling
10 {
11 // Token: 0x04000119 RID: 281
12 None = 0,
13 // Token: 0x0400011A RID: 282
14 Objects = 1,
15 // Token: 0x0400011B RID: 283
16 Arrays = 2,
17 // Token: 0x0400011C RID: 284
18 All = 3,
19 // Token: 0x0400011D RID: 285
20 Auto = 4
21 }
22}