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
BiomeConversionID.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ID
4{
5 // Token: 0x020005B6 RID: 1462
6 public static class BiomeConversionID
7 {
8 // Token: 0x040045A1 RID: 17825
9 public const int Purity = 0;
10
11 // Token: 0x040045A2 RID: 17826
12 public const int Corruption = 1;
13
14 // Token: 0x040045A3 RID: 17827
15 public const int Hallow = 2;
16
17 // Token: 0x040045A4 RID: 17828
18 public const int GlowingMushroom = 3;
19
20 // Token: 0x040045A5 RID: 17829
21 public const int Crimson = 4;
22
23 // Token: 0x040045A6 RID: 17830
24 public const int Sand = 5;
25
26 // Token: 0x040045A7 RID: 17831
27 public const int Snow = 6;
28
29 // Token: 0x040045A8 RID: 17832
30 public const int Dirt = 7;
31 }
32}