terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XmlStandalone.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x0200005F RID: 95
6 internal enum XmlStandalone
7 {
8 // Token: 0x0400026E RID: 622
9 Omit,
10 // Token: 0x0400026F RID: 623
11 Yes,
12 // Token: 0x04000270 RID: 624
13 No
14 }
15}