TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ IsCurrency

bool Terraria.Item.IsCurrency
get

Definition at line 976 of file Item.cs.

977 {
978 get
979 {
980 if (type < 71 || type > 74)
981 {
983 }
984 return true;
985 }
986 }