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

◆ XmlText() [1/2]

System.Xml.XmlText.XmlText ( string strData)
inlinepackage

Definition at line 72 of file XmlText.cs.

73 : this(strData, null)
74 {
75 }