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
ForestBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000833 RID: 2099
7 {
8 // Token: 0x060042F6 RID: 17142 RVA: 0x0024CEA4 File Offset: 0x0024B0A4
9 public ForestBiome()
10 {
11 this.<NameKey>k__BackingField = "Forest";
12 }
13
14 // Token: 0x060042F7 RID: 17143 RVA: 0x0024CEC4 File Offset: 0x0024B0C4
15 public override bool IsInBiome(Player player)
16 {
17 return player.ShoppingZone_Forest;
18 }
19 }
20}
override bool IsInBiome(Player player)
bool ShoppingZone_Forest
Definition Player.cs:1157