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.EnumerableVectorConverter< T >.WriteJson ( JsonWriter writer,
object value,
JsonSerializer serializer )
inline

Definition at line 9 of file EnumerableVectorConverter.cs.

10 {
11 if (value == null)
12 {
13 }
14 if (value != null && value != null)
15 {
16 return;
17 }
18 }

References System.value.