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
JsonContractType.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000099 RID: 153
8 internal enum JsonContractType
9 {
10 // Token: 0x0400025F RID: 607
11 None,
12 // Token: 0x04000260 RID: 608
13 Object,
14 // Token: 0x04000261 RID: 609
15 Array,
16 // Token: 0x04000262 RID: 610
18 // Token: 0x04000263 RID: 611
19 String,
20 // Token: 0x04000264 RID: 612
22 // Token: 0x04000265 RID: 613
23 Dynamic,
24 // Token: 0x04000266 RID: 614
26 // Token: 0x04000267 RID: 615
27 Linq
28 }
29}