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
SnowBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000834 RID: 2100
6 public class SnowBiome : AShoppingBiome
7 {
8 // Token: 0x060042F8 RID: 17144 RVA: 0x0024CED8 File Offset: 0x0024B0D8
9 public SnowBiome()
10 {
11 this.<NameKey>k__BackingField = "Snow";
12 }
13
14 // Token: 0x060042F9 RID: 17145 RVA: 0x0024CEF8 File Offset: 0x0024B0F8
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneSnow;
18 }
19 }
20}
override bool IsInBiome(Player player)
Definition SnowBiome.cs:15