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

◆ ZoneGranite

bool Terraria.Player.ZoneGranite
getset

Definition at line 4067 of file Player.cs.

4068 {
4069 get
4070 {
4071 return zone4[1];
4072 }
4073 set
4074 {
4075 zone4[1] = value;
4076 }
4077 }
BitsByte zone4
Definition Player.cs:1530

Referenced by Terraria.Player.InZonePurity(), and Terraria.Player.UpdateBiomes().