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
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Threading
{
// Token: 0x0200033D RID: 829
[Token(Token = "0x200033D")]
internal static class _ThreadPoolWaitCallback
{
// Token: 0x06001E08 RID: 7688 RVA: 0x00013230 File Offset: 0x00011430
[Token(Token = "0x6001E08")]
[Address(RVA = "0x1DBA0B0", Offset = "0x1DB8EB0", VA = "0x181DBA0B0")]
internal static bool PerformWaitCallback()
{
return default(bool);
}
}
}