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

◆ Pos

int System.Xml.Schema.LeafNode.Pos
getsetinherited

Definition at line 7 of file LeafNode.cs.

8 {
9 get
10 {
11 return _pos;
12 }
13 set
14 {
15 _pos = value;
16 }
17 }