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
DesertBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000835 RID: 2101
7 {
8 // Token: 0x060042FA RID: 17146 RVA: 0x0024CF0C File Offset: 0x0024B10C
9 public DesertBiome()
10 {
11 this.<NameKey>k__BackingField = "Desert";
12 }
13
14 // Token: 0x060042FB RID: 17147 RVA: 0x0024CF2C File Offset: 0x0024B12C
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneDesert;
18 }
19 }
20}
override bool IsInBiome(Player player)
bool ZoneDesert
Definition Player.cs:815