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

◆ VariableQuery() [2/2]

MS.Internal.Xml.XPath.VariableQuery.VariableQuery ( VariableQuery other)
inlineprivate

Definition at line 33 of file VariableQuery.cs.

34 : base(other)
35 {
36 _variable = other._variable;
37 }

References MS.Internal.Xml.XPath.VariableQuery._variable, and System.other.