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
Runtime.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000012")]
8 public static class Runtime
9 {
10 // Note: this type is marked as 'beforefieldinit'.
11 [global::Cpp2ILInjected.Token(Token = "0x6000040")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1AAAD9C", Offset = "0x1AAAD9C", Length = "0x70")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
16 static Runtime()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x400008A")]
22 private static object dump;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
static Runtime()
Definition Runtime.cs:16
static object dump
Definition Runtime.cs:22