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
GUINetworkDebug.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x200015D")]
6public static class GUINetworkDebug
7{
8 [global::Cpp2ILInjected.Token(Token = "0x600098D")]
9 [global::Cpp2ILInjected.Address(RVA = "0x960D4C", Offset = "0x960D4C", Length = "0x4")]
10 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
11 public static void OnGUI()
12 {
13 throw null;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x400095B")]
17 public static bool Enabled;
18}
static void OnGUI()
static bool Enabled