Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetPath() [2/2]

override void System.Text.Json.Nodes.JsonValue< TValue >.GetPath ( List< string > path,
JsonNode child )
inlinepackageinherited

Definition at line 327 of file JsonValue.cs.

328 {
329 if (base.Parent != null)
330 {
331 base.Parent.GetPath(path, this);
332 }
333 }