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
CrimsonBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200083C RID: 2108
7 {
8 // Token: 0x06004308 RID: 17160 RVA: 0x0024D06C File Offset: 0x0024B26C
9 public CrimsonBiome()
10 {
11 this.<NameKey>k__BackingField = "Crimson";
12 }
13
14 // Token: 0x06004309 RID: 17161 RVA: 0x0024D08C File Offset: 0x0024B28C
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneCrimson;
18 }
19 }
20}
bool ZoneCrimson
Definition Player.cs:710