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

◆ AttributeQuery() [2/2]

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

Definition at line 14 of file AttributeQuery.cs.

15 : base(other)
16 {
17 _onAttribute = other._onAttribute;
18 }

References MS.Internal.Xml.XPath.AttributeQuery._onAttribute.