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
DateTimeConverterBase.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000F9 RID: 249
8 public abstract class DateTimeConverterBase : JsonConverter
9 {
10 // Token: 0x06000A10 RID: 2576 RVA: 0x00018C10 File Offset: 0x00016E10
11 public override bool CanConvert(Type objectType)
12 {
13 if (!true)
14 {
15 }
16 return true;
17 }
18
19 // Token: 0x06000A11 RID: 2577 RVA: 0x00018C24 File Offset: 0x00016E24
21 {
22 }
23 }
24}