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
XmlSchemaWhiteSpace.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000DB RID: 219
6 internal enum XmlSchemaWhiteSpace
7 {
8 // Token: 0x04000460 RID: 1120
10 // Token: 0x04000461 RID: 1121
11 Replace,
12 // Token: 0x04000462 RID: 1122
14 }
15}