Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CustomCurrencyID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public class CustomCurrencyID
4{
5 public const int None = -1;
6
7 public static int DefenderMedals = -1;
8}