Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UndergroundBiome.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.Personalities
;
2
3
public
class
UndergroundBiome
:
AShoppingBiome
4
{
5
public
UndergroundBiome
()
6
{
7
base.NameKey =
"NormalUnderground"
;
8
}
9
10
public
override
bool
IsInBiome
(
Player
player)
11
{
12
return
player.
ShoppingZone_BelowSurface
;
13
}
14
}
Terraria.GameContent.Personalities.AShoppingBiome
Definition
AShoppingBiome.cs:4
Terraria.GameContent.Personalities.UndergroundBiome.IsInBiome
override bool IsInBiome(Player player)
Definition
UndergroundBiome.cs:10
Terraria.GameContent.Personalities.UndergroundBiome.UndergroundBiome
UndergroundBiome()
Definition
UndergroundBiome.cs:5
Terraria.GameContent.Personalities.UndergroundBiome
Definition
UndergroundBiome.cs:4
Terraria.Player.ShoppingZone_BelowSurface
bool ShoppingZone_BelowSurface
Definition
Player.cs:3312
Terraria.Player
Definition
Player.cs:42
Terraria.GameContent.Personalities
Definition
AffectionLevel.cs:1
source
Terraria.GameContent.Personalities
UndergroundBiome.cs
Generated by
1.10.0