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
GUIDebug.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x2000139")]
6public class GUIDebug
7{
8 [global::Cpp2ILInjected.Token(Token = "0x6000846")]
9 [global::Cpp2ILInjected.Address(RVA = "0x723B7C", Offset = "0x723B7C", Length = "0x8")]
10 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
11 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
12 public GUIDebug()
13 {
14 throw null;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x4000723")]
18 public static bool IsEnabled;
19}
class f__AnonymousType0<< Count > j__TPar
static bool IsEnabled
Definition GUIDebug.cs:18
GUIDebug()
Definition GUIDebug.cs:12