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
WriteState.cs
Go to the documentation of this file.
1using System;
4
5namespace Newtonsoft.Json
6{
8 [global::Cpp2ILInjected.Token(Token = "0x200003D")]
9 public enum WriteState
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x400014A")]
12 Error,
13 [global::Cpp2ILInjected.Token(Token = "0x400014B")]
14 Closed,
15 [global::Cpp2ILInjected.Token(Token = "0x400014C")]
16 Object,
17 [global::Cpp2ILInjected.Token(Token = "0x400014D")]
18 Array,
19 [global::Cpp2ILInjected.Token(Token = "0x400014E")]
21 [global::Cpp2ILInjected.Token(Token = "0x400014F")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000150")]
24 Start
25 }
26}