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
IJsonLineInfo.cs
Go to the documentation of this file.
1using System;
4
5namespace Newtonsoft.Json
6{
8 [global::Cpp2ILInjected.Token(Token = "0x200001E")]
9 public interface IJsonLineInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000044")]
13
14 [global::Cpp2ILInjected.Token(Token = "0x1700000A")]
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000045")]
18 get;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x1700000B")]
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6000046")]
25 get;
26 }
27 }
28}