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.2.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.Events
4{
5 // Token: 0x0200016A RID: 362
6 public sealed class UnityAction<T0> : MulticastDelegate
7 {
8 // Token: 0x060006C8 RID: 1736 RVA: 0x0000C29C File Offset: 0x0000A49C
9 public UnityAction(object @object, IntPtr method)
10 {
11 }
12
13 // Token: 0x060006C9 RID: 1737 RVA: 0x0000C2B8 File Offset: 0x0000A4B8
14 public void Invoke(T0 arg0)
15 {
16 }
17 }
18}
class f__AnonymousType0<< Count > j__TPar
UnityAction(object @object, IntPtr method)