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
AsnDecodeStatus.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020000F4 RID: 244
6 internal enum AsnDecodeStatus
7 {
8 // Token: 0x0400046C RID: 1132
9 NotDecoded = -1,
10 // Token: 0x0400046D RID: 1133
11 Ok,
12 // Token: 0x0400046E RID: 1134
13 BadAsn,
14 // Token: 0x0400046F RID: 1135
15 BadTag,
16 // Token: 0x04000470 RID: 1136
18 // Token: 0x04000471 RID: 1137
20 }
21}