This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000165 RID: 357
[Token(Token = "0x2000165")]
[FriendAccessAllowed]
internal class CLRConfig
{
// Token: 0x06000EDF RID: 3807 RVA: 0x0000C7B0 File Offset: 0x0000A9B0
[Token(Token = "0x6000EDF")]
[Address(RVA = "0xB53DD0", Offset = "0xB52DD0", VA = "0x180B53DD0")]
internal static bool CheckThrowUnobservedTaskExceptions()
{
return default(bool);
}
}
}