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
UndergroundBiome.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.GameContent.Personalities
4
{
5
// Token: 0x02000837 RID: 2103
6
public
class
UndergroundBiome
:
AShoppingBiome
7
{
8
// Token: 0x060042FE RID: 17150 RVA: 0x0024CF74 File Offset: 0x0024B174
9
public
UndergroundBiome
()
10
{
11
this.<
NameKey
>
k__BackingField
=
"NormalUnderground"
;
12
}
13
14
// Token: 0x060042FF RID: 17151 RVA: 0x0024CF94 File Offset: 0x0024B194
15
public
override
bool
IsInBiome
(
Player
player)
16
{
17
return
player.
ShoppingZone_BelowSurface
;
18
}
19
}
20
}
Terraria.GameContent.Personalities.AShoppingBiome.k__BackingField
string< NameKey > k__BackingField
Definition
AShoppingBiome.cs:36
Terraria.GameContent.Personalities.AShoppingBiome.NameKey
string NameKey
Definition
AShoppingBiome.cs:13
Terraria.GameContent.Personalities.AShoppingBiome
Definition
AShoppingBiome.cs:8
Terraria.GameContent.Personalities.UndergroundBiome.IsInBiome
override bool IsInBiome(Player player)
Definition
UndergroundBiome.cs:15
Terraria.GameContent.Personalities.UndergroundBiome.UndergroundBiome
UndergroundBiome()
Definition
UndergroundBiome.cs:9
Terraria.GameContent.Personalities.UndergroundBiome
Definition
UndergroundBiome.cs:7
Terraria.Player.ShoppingZone_BelowSurface
bool ShoppingZone_BelowSurface
Definition
Player.cs:1125
Terraria.Player
Definition
Player.cs:33
System
Definition
__ComObject.cs:4
Terraria.GameContent.Personalities
Definition
AffectionLevel.cs:4
source
Terraria
GameContent
Personalities
UndergroundBiome.cs
Generated by
1.10.0