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
SchemaType.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000135 RID: 309
6 internal enum SchemaType
7 {
8 // Token: 0x0400055D RID: 1373
9 None,
10 // Token: 0x0400055E RID: 1374
11 DTD,
12 // Token: 0x0400055F RID: 1375
13 XDR,
14 // Token: 0x04000560 RID: 1376
15 XSD
16 }
17}