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
HallowBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000838 RID: 2104
7 {
8 // Token: 0x06004300 RID: 17152 RVA: 0x0024CFA8 File Offset: 0x0024B1A8
9 public HallowBiome()
10 {
11 this.<NameKey>k__BackingField = "Hallow";
12 }
13
14 // Token: 0x06004301 RID: 17153 RVA: 0x0024CFC8 File Offset: 0x0024B1C8
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneHallow;
18 }
19 }
20}
override bool IsInBiome(Player player)
bool ZoneHallow
Definition Player.cs:650