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

◆ List

List<JsonNode?> System.Text.Json.Nodes.JsonArray.List
getpackage

Definition at line 76 of file JsonArray.cs.

77 {
78 get
79 {
81 return _list;
82 }
83 }