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
UIEvent.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.UI
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000723")]
8 public class UIEvent
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6003C91")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1491EAC", Offset = "0x1491EAC", Length = "0x28")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public UIEvent(UIElement target)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x4007BB3")]
20 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
22 }
23}
class f__AnonymousType0<< Count > j__TPar
readonly UIElement Target
Definition UIEvent.cs:21
UIEvent(UIElement target)
Definition UIEvent.cs:14