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 UnityEngine.XR.ARSubsystems
{
// Token: 0x02000026 RID: 38
[Token(Token = "0x2000026")]
public static class GuidUtil
{
// Token: 0x06000114 RID: 276 RVA: 0x00003044 File Offset: 0x00001244
[Token(Token = "0x6000114")]
[Address(RVA = "0x10B84D0", Offset = "0x10B74D0", VA = "0x1810B84D0")]
public static Guid Compose(ulong low, ulong high)
{
return default(Guid);
}
}
}