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

Enumerator
NotDecoded 
Ok 
BadAsn 
BadTag 
BadLength 
InformationNotAvailable 

Definition at line 6 of file AsnDecodeStatus.cs.

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 }