Files
27Aug2021-Cpp2IL-Dump/UnityEngine.CoreModule/UnityEngine/Events/UnityAction.5.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

11 lines
262 B
C#

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