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

◆ ZoneTowerSolar

bool Terraria.Player.ZoneTowerSolar
getset

Definition at line 3859 of file Player.cs.

3860 {
3861 get
3862 {
3863 return zone2[1];
3864 }
3865 set
3866 {
3867 zone2[1] = value;
3868 }
3869 }
BitsByte zone2
Definition Player.cs:1526

Referenced by Terraria.Player.UpdateBiomes().