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
AndroidAssetPackStatus.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200000F RID: 15
7 {
8 // Token: 0x0400001E RID: 30
10 // Token: 0x0400001F RID: 31
11 Pending,
12 // Token: 0x04000020 RID: 32
14 // Token: 0x04000021 RID: 33
16 // Token: 0x04000022 RID: 34
18 // Token: 0x04000023 RID: 35
19 Failed,
20 // Token: 0x04000024 RID: 36
22 // Token: 0x04000025 RID: 37
24 // Token: 0x04000026 RID: 38
26 }
27}