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

◆ Depth

int System.Xml.XmlBaseReader.Namespace.Depth
getset

Definition at line 925 of file XmlBaseReader.cs.

926 {
927 get
928 {
929 return _depth;
930 }
931 set
932 {
933 _depth = value;
934 }
935 }