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
+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 = "0x1228270", Offset = "0x1227270", VA = "0x181228270")]
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;
}
}