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
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Threading
{
// Token: 0x02000357 RID: 855
[Token(Token = "0x2000357")]
internal static class _ThreadPoolWaitCallback
{
// Token: 0x0600200A RID: 8202 RVA: 0x000155D0 File Offset: 0x000137D0
[Token(Token = "0x600200A")]
[Address(RVA = "0xF87060", Offset = "0xF86060", VA = "0x180F87060")]
internal static bool PerformWaitCallback()
{
return default(bool);
}
}
}