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
UIEvent.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.UI
4{
5 // Token: 0x02000723 RID: 1827
6 public class UIEvent
7 {
8 // Token: 0x06003C91 RID: 15505 RVA: 0x00236BCC File Offset: 0x00234DCC
9 public UIEvent(UIElement target)
10 {
11 this.Target = target;
12 }
13
14 // Token: 0x04007BB3 RID: 31667
16 }
17}
class f__AnonymousType0<< Count > j__TPar
readonly UIElement Target
Definition UIEvent.cs:15
UIEvent(UIElement target)
Definition UIEvent.cs:9