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.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
Terraria.GameContent.Personalities
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
{
14
[
CompilerGenerated
]
15
get
16
{
17
return
this.<
NameKey
>
k__BackingField
;
18
}
19
[
CompilerGenerated
]
20
protected
set
21
{
22
this.<
NameKey
>
k__BackingField
=
value
;
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
35
[
CompilerGenerated
]
36
private
string <NameKey>
k__BackingField
;
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.GameContent.Personalities.AShoppingBiome.AShoppingBiome
AShoppingBiome()
Definition
AShoppingBiome.cs:30
Terraria.GameContent.Personalities.AShoppingBiome.IsInBiome
bool IsInBiome(Player player)
Terraria.GameContent.Personalities.AShoppingBiome.k__BackingField
string< NameKey > k__BackingField
Definition
AShoppingBiome.cs:36
Terraria.GameContent.Personalities.AShoppingBiome.NameKey
string NameKey
Definition
AShoppingBiome.cs:13
Terraria.GameContent.Personalities.AShoppingBiome
Definition
AShoppingBiome.cs:8
Terraria.Player
Definition
Player.cs:33
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
Terraria.GameContent.Personalities
Definition
AffectionLevel.cs:4
source
Terraria
GameContent
Personalities
AShoppingBiome.cs
Generated by
1.10.0