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
DungeonBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200083A RID: 2106
7 {
8 // Token: 0x06004304 RID: 17156 RVA: 0x0024D010 File Offset: 0x0024B210
9 public DungeonBiome()
10 {
11 this.<NameKey>k__BackingField = "Dungeon";
12 }
13
14 // Token: 0x06004305 RID: 17157 RVA: 0x0024D030 File Offset: 0x0024B230
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneDungeon;
18 }
19 }
20}
bool ZoneDungeon
Definition Player.cs:620