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

◆ Depth

int System.Xml.Xsl.XsltOld.BuilderInfo.Depth
getsetpackage

Definition at line 149 of file BuilderInfo.cs.

150 {
151 get
152 {
153 return _depth;
154 }
155 set
156 {
157 _depth = value;
158 }
159 }