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

◆ Depth

int System.Xml.XmlBaseWriter.NamespaceManager.Namespace.Depth
getset

Definition at line 137 of file XmlBaseWriter.cs.

138 {
139 get
140 {
141 return _depth;
142 }
143 set
144 {
145 _depth = value;
146 }
147 }