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

◆ InnerXml

override string System.Xml.XmlDocument.InnerXml
getset

Definition at line 283 of file XmlDocument.cs.

284 {
285 get
286 {
287 return base.InnerXml;
288 }
289 set
290 {
291 LoadXml(value);
292 }
293 }
virtual void LoadXml(string xml)