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

11 lines
236 B
C#

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