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.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x020002A6 RID: 678
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}
eMiningStatistics