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
UIMouseEvent.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.UI
5{
6 // Token: 0x02000724 RID: 1828
7 public class UIMouseEvent : UIEvent
8 {
9 // Token: 0x06003C92 RID: 15506 RVA: 0x00236BE8 File Offset: 0x00234DE8
10 public UIMouseEvent(UIElement target, Vector2 mousePosition)
11 {
12 this.Target = target;
13 }
14
15 // Token: 0x04007BB4 RID: 31668
17 }
18}
class f__AnonymousType0<< Count > j__TPar
UIMouseEvent(UIElement target, Vector2 mousePosition)
readonly Vector2 MousePosition