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

◆ WriteRaw() [2/2]

override void System.Xml.XmlEventCache.WriteRaw ( string data)
inline

Definition at line 363 of file XmlEventCache.cs.

364 {
365 AddEvent(XmlEventType.Raw, data);
366 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().