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.3.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.Events
4{
5 // Token: 0x0200016C RID: 364
6 public sealed class UnityAction<T0, T1, T2> : MulticastDelegate
7 {
8 // Token: 0x060006D1 RID: 1745 RVA: 0x0000C368 File Offset: 0x0000A568
9 public UnityAction(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x060006D2 RID: 1746 RVA: 0x0000C388 File Offset: 0x0000A588
14 public void Invoke(T0 arg0, T1 arg1, T2 arg2)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
UnityAction(object @object, IntPtr method)
void Invoke(T0 arg0, T1 arg1, T2 arg2)