Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

22 lines
561 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Bindings;
using UnityEngine.Scripting;
namespace UnityEngine
{
// Token: 0x02000118 RID: 280
[Token(Token = "0x2000118")]
[NativeHeader("PlatformDependent/iPhonePlayer/IOSScriptBindings.h")]
internal sealed class UnhandledExceptionHandler
{
// Token: 0x06000ADE RID: 2782 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ADE")]
[Address(RVA = "0x339C7C0", Offset = "0x339B7C0", VA = "0x18339C7C0")]
[RequiredByNativeCode]
private static void RegisterUECatcher()
{
}
}
}