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
+23
View File
@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Unity.Burst
{
// Token: 0x0200000E RID: 14
[Token(Token = "0x200000E")]
internal static class SharedStatic
{
// Token: 0x0600001E RID: 30 RVA: 0x000020E2 File Offset: 0x000002E2
[Token(Token = "0x600001E")]
[Address(RVA = "0x38C9220", Offset = "0x38C8020", VA = "0x1838C9220")]
public unsafe static void* GetOrCreateSharedStaticInternal(long getHashCode64, long getSubHashCode64, uint sizeOf, uint alignment)
{
return null;
}
// Token: 0x04000013 RID: 19
[Token(Token = "0x4000013")]
private static readonly Dictionary<long, Type> HashToType;
}
}