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
LoadWorld.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x20001FB")]
7public class LoadWorld
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000C96")]
10 [global::Cpp2ILInjected.Address(RVA = "0x9CF014", Offset = "0x9CF014", Length = "0x4C")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
13 private void Awake()
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000C97")]
19 [global::Cpp2ILInjected.Address(RVA = "0x9CF060", Offset = "0x9CF060", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
22 public LoadWorld()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x4001298")]
28 public static LoadWorld Instance;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4001299")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
33
34 [global::Cpp2ILInjected.Token(Token = "0x400129A")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
37
38 [global::Cpp2ILInjected.Token(Token = "0x400129B")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
41}
class f__AnonymousType0<< Count > j__TPar
StringButton_Layout Status
Definition LoadWorld.cs:32
TransactionButton_Layout Load
Definition LoadWorld.cs:36
void Awake()
Definition LoadWorld.cs:13
TransactionButton_Layout Back
Definition LoadWorld.cs:40
static LoadWorld Instance
Definition LoadWorld.cs:28