terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
eMiningStatistics.cs
Go to the documentation of this file.
1using System;
3
4[global::Cpp2ILInjected.Token(Token = "0x20002A6")]
6{
7 [global::Cpp2ILInjected.Token(Token = "0x4001D66")]
8 Unknown = -1,
9 [global::Cpp2ILInjected.Token(Token = "0x4001D67")]
10 Ore = 31,
11 [global::Cpp2ILInjected.Token(Token = "0x4001D68")]
12 Gems,
13 [global::Cpp2ILInjected.Token(Token = "0x4001D69")]
14 Soils,
15 [global::Cpp2ILInjected.Token(Token = "0x4001D6A")]
16 Wood
17}
eMiningStatistics