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