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
Runtime.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono
4{
5 // Token: 0x02000012 RID: 18
6 public static class Runtime
7 {
8 // Token: 0x06000040 RID: 64 RVA: 0x000023A0 File Offset: 0x000005A0
9 // Note: this type is marked as 'beforefieldinit'.
10 static Runtime()
11 {
12 }
13
14 // Token: 0x0400008A RID: 138
15 private static object dump;
16 }
17}
static Runtime()
Definition Runtime.cs:10
static object dump
Definition Runtime.cs:15