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

◆ eMiningStatistics

Enumerator
Unknown 
Ore 
Gems 
Soils 
Wood 

Definition at line 4 of file eMiningStatistics.cs.

5{
6 // Token: 0x04001D66 RID: 7526
7 Unknown = -1,
8 // Token: 0x04001D67 RID: 7527
9 Ore = 31,
10 // Token: 0x04001D68 RID: 7528
11 Gems,
12 // Token: 0x04001D69 RID: 7529
13 Soils,
14 // Token: 0x04001D6A RID: 7530
15 Wood
16}