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
CorruptionBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200083B RID: 2107
7 {
8 // Token: 0x06004306 RID: 17158 RVA: 0x0024D044 File Offset: 0x0024B244
10 {
11 }
12
13 // Token: 0x06004307 RID: 17159 RVA: 0x0024D058 File Offset: 0x0024B258
14 public override bool IsInBiome(Player player)
15 {
16 return player.ZoneCorrupt;
17 }
18 }
19}
bool ZoneCorrupt
Definition Player.cs:635