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.
1using System;
2
4{
5 // Token: 0x02000837 RID: 2103
7 {
8 // Token: 0x060042FE RID: 17150 RVA: 0x0024CF74 File Offset: 0x0024B174
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}
bool ShoppingZone_BelowSurface
Definition Player.cs:1125