Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PaintCoatingID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public static class PaintCoatingID
4{
5 public const byte None = 0;
6
7 public const byte Glow = 1;
8
9 public const byte Echo = 2;
10}