Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WaterStyleID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class WaterStyleID
4{
5 public const int Purity = 0;
6
7 public const int Lava = 1;
8
9 public const int Corrupt = 2;
10
11 public const int Jungle = 3;
12
13 public const int Hallow = 4;
14
15 public const int Snow = 5;
16
17 public const int Desert = 6;
18
19 public const int Underground = 7;
20
21 public const int Cavern = 8;
22
23 public const int Bloodmoon = 9;
24
25 public const int Crimson = 10;
26
27 public const int Honey = 11;
28
29 public const int UndergroundDesert = 12;
30
31 public static readonly int Count = 13;
32}
static readonly int Count