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
ParseResult.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000059 RID: 89
8 internal enum ParseResult
9 {
10 // Token: 0x040001C9 RID: 457
11 None,
12 // Token: 0x040001CA RID: 458
13 Success,
14 // Token: 0x040001CB RID: 459
16 // Token: 0x040001CC RID: 460
18 }
19}