terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ReadType.cs
Go to the documentation of this file.
1using System;
4
5namespace Newtonsoft.Json
6{
8 [global::Cpp2ILInjected.Token(Token = "0x2000028")]
9 internal enum ReadType
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x4000097")]
12 Read,
13 [global::Cpp2ILInjected.Token(Token = "0x4000098")]
15 [global::Cpp2ILInjected.Token(Token = "0x4000099")]
17 [global::Cpp2ILInjected.Token(Token = "0x400009A")]
19 [global::Cpp2ILInjected.Token(Token = "0x400009B")]
21 [global::Cpp2ILInjected.Token(Token = "0x400009C")]
23 [global::Cpp2ILInjected.Token(Token = "0x400009D")]
25 [global::Cpp2ILInjected.Token(Token = "0x400009E")]
27 [global::Cpp2ILInjected.Token(Token = "0x400009F")]
29 }
30}