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
JungleBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000836 RID: 2102
7 {
8 // Token: 0x060042FC RID: 17148 RVA: 0x0024CF40 File Offset: 0x0024B140
9 public JungleBiome()
10 {
11 this.<NameKey>k__BackingField = "Jungle";
12 }
13
14 // Token: 0x060042FD RID: 17149 RVA: 0x0024CF60 File Offset: 0x0024B160
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneJungle;
18 }
19 }
20}
override bool IsInBiome(Player player)
bool ZoneJungle
Definition Player.cs:680