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
AShoppingBiome.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000831 RID: 2097
7 public abstract class AShoppingBiome
8 {
9 // Token: 0x170007C5 RID: 1989
10 // (get) Token: 0x060042F0 RID: 17136 RVA: 0x0024CE34 File Offset: 0x0024B034
11 // (set) Token: 0x060042F1 RID: 17137 RVA: 0x0024CE48 File Offset: 0x0024B048
12 public string NameKey
13 {
15 get
16 {
17 return this.<NameKey>k__BackingField;
18 }
20 protected set
21 {
23 }
24 }
25
26 // Token: 0x060042F2 RID: 17138
27 public abstract bool IsInBiome(Player player);
28
29 // Token: 0x060042F3 RID: 17139 RVA: 0x0024CE5C File Offset: 0x0024B05C
30 protected AShoppingBiome()
31 {
32 }
33
34 // Token: 0x04008134 RID: 33076
36 private string <NameKey>k__BackingField;
37 }
38}
class f__AnonymousType0<< Count > j__TPar