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
ReadState.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000029 RID: 41
6 public enum ReadState
7 {
8 // Token: 0x0400006E RID: 110
10 // Token: 0x0400006F RID: 111
12 // Token: 0x04000070 RID: 112
13 Error,
14 // Token: 0x04000071 RID: 113
16 // Token: 0x04000072 RID: 114
17 Closed
18 }
19}