Files
2026-04-10 22:50:51 +02:00

11 lines
223 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Events
{
// Token: 0x02000187 RID: 391
// (Invoke) Token: 0x06000DC0 RID: 3520
[Token(Token = "0x2000187")]
public delegate void UnityAction<T0>(T0 arg0);
}