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

◆ IsInBiome()

override bool Terraria.GameContent.Personalities.UndergroundBiome.IsInBiome ( Player player)
inline

Definition at line 10 of file UndergroundBiome.cs.

11 {
12 return player.ShoppingZone_BelowSurface;
13 }

References Terraria.Player.ShoppingZone_BelowSurface.