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
Loading...
Searching...
No Matches
XmlOutputMethod.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200005D")]
7 public enum XmlOutputMethod
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000265")]
10 Xml,
11 [global::Cpp2ILInjected.Token(Token = "0x4000266")]
12 Html,
13 [global::Cpp2ILInjected.Token(Token = "0x4000267")]
14 Text,
15 [global::Cpp2ILInjected.Token(Token = "0x4000268")]
17 }
18}