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

◆ ZoneSandstorm

bool Terraria.Player.ZoneSandstorm
getset

Definition at line 3180 of file Player.cs.

3181 {
3182 get
3183 {
3184 return zone3[7];
3185 }
3186 set
3187 {
3188 zone3[7] = value;
3189 }
3190 }
BitsByte zone3
Definition Player.cs:1053