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

◆ ZoneUndergroundDesert

bool Terraria.Player.ZoneUndergroundDesert
getset

Definition at line 3084 of file Player.cs.

3085 {
3086 get
3087 {
3088 return zone2[7];
3089 }
3090 set
3091 {
3092 zone2[7] = value;
3093 }
3094 }
BitsByte zone2
Definition Player.cs:1051