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
OceanBiome.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000832 RID: 2098
7 {
8 // Token: 0x060042F4 RID: 17140 RVA: 0x0024CE70 File Offset: 0x0024B070
9 public OceanBiome()
10 {
11 this.<NameKey>k__BackingField = "Ocean";
12 }
13
14 // Token: 0x060042F5 RID: 17141 RVA: 0x0024CE90 File Offset: 0x0024B090
15 public override bool IsInBiome(Player player)
16 {
17 return player.ZoneBeach;
18 }
19 }
20}
override bool IsInBiome(Player player)
Definition OceanBiome.cs:15