Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WaterfallID.cs
Go to the documentation of this file.
1namespace Terraria;
2
3public static class WaterfallID
4{
5 public const int Lava = 1;
6
7 public const int Honey = 14;
8
9 public const int Shimmer = 25;
10}