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
DisplayDollSlot.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000810 RID: 2064
6 public static class DisplayDollSlot
7 {
8 // Token: 0x040080BA RID: 32954
9 public const int Armor_Head = 0;
10
11 // Token: 0x040080BB RID: 32955
12 public const int Armor_Shirt = 1;
13
14 // Token: 0x040080BC RID: 32956
15 public const int Armor_Legs = 2;
16
17 // Token: 0x040080BD RID: 32957
18 public const int Acc_1 = 3;
19
20 // Token: 0x040080BE RID: 32958
21 public const int Acc_2 = 4;
22
23 // Token: 0x040080BF RID: 32959
24 public const int Acc_3 = 5;
25
26 // Token: 0x040080C0 RID: 32960
27 public const int Acc_4 = 6;
28
29 // Token: 0x040080C1 RID: 32961
30 public const int Acc_5 = 7;
31
32 // Token: 0x040080C2 RID: 32962
33 public const int Count = 8;
34 }
35}