Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathDocumentBaseIterator.cs
Go to the documentation of this file.
2
4
6{
8
9 protected int pos;
10
11 public override XPathNavigator Current => ctxt;
12
13 public override int CurrentPosition => pos;
14
19
21 {
23 pos = iter.pos;
24 }
25}