Files
Aug2021-Cpp2IL-Dump/UnityEngine.CoreModule/UnityEngine/Events/UnityAction.4.cs
T
2026-04-10 22:50:51 +02:00

11 lines
249 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Events
{
// Token: 0x0200018B RID: 395
// (Invoke) Token: 0x06000DD6 RID: 3542
[Token(Token = "0x200018B")]
public delegate void UnityAction<T0, T1, T2>(T0 arg0, T1 arg1, T2 arg2);
}