terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
void | OnStartParsing (SmallXmlParser parser) |
void | OnEndParsing (SmallXmlParser parser) |
void | OnStartElement (string name, SmallXmlParser.IAttrList attrs) |
void | OnEndElement (string name) |
void | OnProcessingInstruction (string name, string text) |
void | OnChars (string text) |
void | OnIgnorableWhitespace (string text) |
Definition at line 517 of file SmallXmlParser.cs.