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

◆ ZoneTowerSolar

bool Terraria.Player.ZoneTowerSolar
getset

Definition at line 3012 of file Player.cs.

3013 {
3014 get
3015 {
3016 return zone2[1];
3017 }
3018 set
3019 {
3020 zone2[1] = value;
3021 }
3022 }
BitsByte zone2
Definition Player.cs:1051