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
DataParseStatus.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001E4 RID: 484
6 internal enum DataParseStatus
7 {
8 // Token: 0x04000A34 RID: 2612
10 // Token: 0x04000A35 RID: 2613
12 // Token: 0x04000A36 RID: 2614
13 Done,
14 // Token: 0x04000A37 RID: 2615
15 Invalid,
16 // Token: 0x04000A38 RID: 2616
18 }
19}