Files
Dec2017-Script-Dump/UnityEngine/UnityEngineInternal/FastCallExceptionHandler.cs
T
2026-06-04 11:42:34 +02:00

9 lines
188 B
C#

using System;
namespace UnityEngineInternal
{
// Token: 0x0200044A RID: 1098
// (Invoke) Token: 0x06003891 RID: 14481
public delegate void FastCallExceptionHandler(Exception ex);
}