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
ReadType.cs
Go to the documentation of this file.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x02000028 RID: 40
8 internal enum ReadType
9 {
10 // Token: 0x04000097 RID: 151
11 Read,
12 // Token: 0x04000098 RID: 152
14 // Token: 0x04000099 RID: 153
16 // Token: 0x0400009A RID: 154
18 // Token: 0x0400009B RID: 155
20 // Token: 0x0400009C RID: 156
22 // Token: 0x0400009D RID: 157
24 // Token: 0x0400009E RID: 158
26 // Token: 0x0400009F RID: 159
28 }
29}