terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsInBiome()

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

Definition at line 15 of file UndergroundBiome.cs.

16 {
17 return player.ShoppingZone_BelowSurface;
18 }

References Terraria.Player.ShoppingZone_BelowSurface.