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
MushroomBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000839 RID: 2105
7 {
8 // Token: 0x06004302 RID: 17154 RVA: 0x0024CFDC File Offset: 0x0024B1DC
9 public MushroomBiome()
10 {
11 this.<NameKey>k__BackingField = "Mushroom";
12 }
13
14 // Token: 0x06004303 RID: 17155 RVA: 0x0024CFFC File Offset: 0x0024B1FC
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneGlowshroom;
18 }
19 }
20}
bool ZoneGlowshroom
Definition Player.cs:830