Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ArgumentState.cs
Go to the documentation of this file.
3
4namespace System.Text.Json;
5
6internal sealed class ArgumentState
7{
8 public object Arguments;
9
11
13
15
17
18 public int ParameterIndex;
19
21
22 public bool FoundKey;
23
24 public bool FoundValue;
25}
List< ParameterRef > ParameterRefCache
JsonParameterInfo JsonParameterInfo