Files
Apr2020-Cpp2Il-Dump/UnityEngine.CoreModule/UnityEngine/Events/UnityAction.3.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

11 lines
236 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Events
{
// Token: 0x02000189 RID: 393
// (Invoke) Token: 0x06000DCB RID: 3531
[Token(Token = "0x2000189")]
public delegate void UnityAction<T0, T1>(T0 arg0, T1 arg1);
}