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
UnityAction.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.Events
4{
5 // Token: 0x02000168 RID: 360
6 public sealed class UnityAction<T0, T1> : MulticastDelegate
7 {
8 // Token: 0x060006C3 RID: 1731 RVA: 0x0000C238 File Offset: 0x0000A438
9 public UnityAction(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x060006C4 RID: 1732 RVA: 0x0000C258 File Offset: 0x0000A458
14 public void Invoke(T0 arg0, T1 arg1)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
UnityAction(object @object, IntPtr method)
Definition UnityAction.cs:9
void Invoke(T0 arg0, T1 arg1)