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

11 lines
262 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Events
{
// Token: 0x0200018D RID: 397
// (Invoke) Token: 0x06000DE1 RID: 3553
[Token(Token = "0x200018D")]
public delegate void UnityAction<T0, T1, T2, T3>(T0 arg0, T1 arg1, T2 arg2, T3 arg3);
}