This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Runtime.CompilerServices;
using UnityEngine.Scripting;
namespace UnityEngine
{
// Token: 0x02000010 RID: 16
[RequiredByNativeCode]
public sealed class AssetBundleCreateRequest : AsyncOperation
{
// Token: 0x1700002F RID: 47
// (get) Token: 0x06000172 RID: 370
public extern AssetBundle assetBundle
{
[GeneratedByOldBindingsGenerator]
[MethodImpl(MethodImplOptions.InternalCall)]
get;
}
// Token: 0x06000173 RID: 371
[GeneratedByOldBindingsGenerator]
[MethodImpl(MethodImplOptions.InternalCall)]
internal extern void DisableCompatibilityChecks();
}
}