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
TreeTypes.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Enums
4{
5 // Token: 0x02000617 RID: 1559
6 public enum TreeTypes
7 {
8 // Token: 0x04007681 RID: 30337
9 None,
10 // Token: 0x04007682 RID: 30338
11 Forest,
12 // Token: 0x04007683 RID: 30339
13 Corrupt,
14 // Token: 0x04007684 RID: 30340
16 // Token: 0x04007685 RID: 30341
17 Crimson,
18 // Token: 0x04007686 RID: 30342
19 Jungle,
20 // Token: 0x04007687 RID: 30343
21 Snow,
22 // Token: 0x04007688 RID: 30344
24 // Token: 0x04007689 RID: 30345
25 Palm,
26 // Token: 0x0400768A RID: 30346
28 // Token: 0x0400768B RID: 30347
30 // Token: 0x0400768C RID: 30348
32 // Token: 0x0400768D RID: 30349
33 Ash
34 }
35}