9 lines
188 B
C#
9 lines
188 B
C#
using System;
|
|
|
|
namespace UnityEngineInternal
|
|
{
|
|
// Token: 0x0200044A RID: 1098
|
|
// (Invoke) Token: 0x06003891 RID: 14481
|
|
public delegate void FastCallExceptionHandler(Exception ex);
|
|
}
|