terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AShoppingBiome.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000831")]
9 public abstract class AShoppingBiome
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170007C5")]
12 public string NameKey
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x60042F0")]
16 [global::Cpp2ILInjected.Address(RVA = "0x79D238", Offset = "0x79D238", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x60042F1")]
24 [global::Cpp2ILInjected.Address(RVA = "0x79D240", Offset = "0x79D240", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 protected set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60042F2")]
33 public abstract bool IsInBiome(Player player);
34
35 [global::Cpp2ILInjected.Token(Token = "0x60042F3")]
36 [global::Cpp2ILInjected.Address(RVA = "0x79D248", Offset = "0x79D248", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 protected AShoppingBiome()
40 {
41 throw null;
42 }
43
45 [global::Cpp2ILInjected.Token(Token = "0x4008134")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
47 private string <NameKey>k__BackingField;
48 }
49}
class f__AnonymousType0<< Count > j__TPar