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
GUIDebug.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x02000139 RID: 313
4public class GUIDebug
5{
6 // Token: 0x06000846 RID: 2118 RVA: 0x00021504 File Offset: 0x0001F704
7 public GUIDebug()
8 {
9 }
10
11 // Token: 0x04000723 RID: 1827
12 public static bool IsEnabled;
13}
static bool IsEnabled
Definition GUIDebug.cs:12
GUIDebug()
Definition GUIDebug.cs:7