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
AndroidAssetPackError.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000010 RID: 16
7 {
8 // Token: 0x04000028 RID: 40
10 // Token: 0x04000029 RID: 41
11 AppUnavailable = -1,
12 // Token: 0x0400002A RID: 42
13 PackUnavailable = -2,
14 // Token: 0x0400002B RID: 43
15 InvalidRequest = -3,
16 // Token: 0x0400002C RID: 44
18 // Token: 0x0400002D RID: 45
19 ApiNotAvailable = -5,
20 // Token: 0x0400002E RID: 46
21 NetworkError = -6,
22 // Token: 0x0400002F RID: 47
23 AccessDenied = -7,
24 // Token: 0x04000030 RID: 48
26 // Token: 0x04000031 RID: 49
28 // Token: 0x04000032 RID: 50
30 // Token: 0x04000033 RID: 51
31 AppNotOwned = -13,
32 // Token: 0x04000034 RID: 52
33 InternalError = -100
34 }
35}