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

◆ WriteJson()

override void Newtonsoft.Json.Converters.VectorConverter.WriteJson ( JsonWriter writer,
object value,
JsonSerializer serializer )
inline

Definition at line 73 of file VectorConverter.cs.

74 {
75 if (value != null)
76 {
77 Type type = value.GetType();
78 }
79 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and System.value.