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

◆ Mixed

bool System.Xml.Xsl.XsltOld.OutputScope.Mixed
getsetpackage

Definition at line 63 of file OutputScope.cs.

64 {
65 get
66 {
67 return _mixed;
68 }
69 set
70 {
71 _mixed = value;
72 }
73 }