This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System
{
// Token: 0x0200015E RID: 350
[Token(Token = "0x200015E")]
[FriendAccessAllowed]
internal class CLRConfig
{
// Token: 0x06000EA9 RID: 3753 RVA: 0x0000C498 File Offset: 0x0000A698
[Token(Token = "0x6000EA9")]
[Address(RVA = "0x1B65780", Offset = "0x1B64580", VA = "0x181B65780")]
internal static bool CheckThrowUnobservedTaskExceptions()
{
return default(bool);
}
}
}